Class SVGPreserveAspectRatio
De naam: Aspose.Html.Dom.Svg.DataTypes Verzameling: Aspose.HTML.dll (25.4.0)
De SVGPreserveAspectRatio-interface komt overeen met het ‘reserveAspectRatio’-attribut, dat beschikbaar is voor sommige elementen van de SVG.
[ComVisible(true)]
[DOMObject]
[DOMName("SVGPreserveAspectRatio")]
public class SVGPreserveAspectRatio : SVGValueType, INotifyPropertyChanged, IDisposable
Inheritance
object ← DOMObject ← SVGValueType ← SVGPreserveAspectRatio
Implements
INotifyPropertyChanged , IDisposable
Geëerbiede leden
SVGValueType.Dispose() , SVGValueType.Dispose(bool) , DOMObject.GetPlatformType() , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Fields
SVG_MEETORSLICE_MEET
Het komt overeen met de waarde ‘meet’ voor de attributie ‘reserveAspectRatio’.
[DOMName("SVG_MEETORSLICE_MEET")]
public const ushort SVG_MEETORSLICE_MEET = 1
veldwaarde
SVG_MEETORSLICE_SLICE
Het komt overeen met de waarde ‘slice’ voor de attributie ‘reserveAspectRatio’.
[DOMName("SVG_MEETORSLICE_SLICE")]
public const ushort SVG_MEETORSLICE_SLICE = 2
veldwaarde
SVG_MEETORSLICE_UNKNOWN
Het is onmogelijk om te proberen een nieuwe waarde van dit type te definiëren of om te proberen een bestaande waarde te wisselen naar dit type.
[DOMName("SVG_MEETORSLICE_UNKNOWN")]
public const ushort SVG_MEETORSLICE_UNKNOWN = 0
veldwaarde
SVG_PRESERVEASPECTRATIO_NONE
Het komt overeen met de waarde ’niet’ voor de attributie ‘reserveAspectRatio’.
[DOMName("SVG_PRESERVEASPECTRATIO_NONE")]
public const ushort SVG_PRESERVEASPECTRATIO_NONE = 1
veldwaarde
SVG_PRESERVEASPECTRATIO_UNKNOWN
Het is onmogelijk om te proberen een nieuwe waarde van dit type te definiëren of om te proberen een bestaande waarde te wisselen naar dit type.
[DOMName("SVG_PRESERVEASPECTRATIO_UNKNOWN")]
public const ushort SVG_PRESERVEASPECTRATIO_UNKNOWN = 0
veldwaarde
SVG_PRESERVEASPECTRATIO_XMAXYMAX
Het komt overeen met de waarde ‘xMaxYMax’ voor de attributie ‘reserveAspectRatio’.
[DOMName("SVG_PRESERVEASPECTRATIO_XMAXYMAX")]
public const ushort SVG_PRESERVEASPECTRATIO_XMAXYMAX = 10
veldwaarde
SVG_PRESERVEASPECTRATIO_XMAXYMID
Het komt overeen met de waarde ‘xMaxYMid’ voor de attributie ‘reserveAspectRatio’.
[DOMName("SVG_PRESERVEASPECTRATIO_XMAXYMID")]
public const ushort SVG_PRESERVEASPECTRATIO_XMAXYMID = 7
veldwaarde
SVG_PRESERVEASPECTRATIO_XMAXYMIN
Het komt overeen met de waarde ‘xMaxYMin’ voor de attributie ‘reserveAspectRatio’.
[DOMName("SVG_PRESERVEASPECTRATIO_XMAXYMIN")]
public const ushort SVG_PRESERVEASPECTRATIO_XMAXYMIN = 4
veldwaarde
SVG_PRESERVEASPECTRATIO_XMIDYMAX
Het komt overeen met de waarde ‘xMidYMax’ voor de attributie ‘reserveAspectRatio’.
[DOMName("SVG_PRESERVEASPECTRATIO_XMIDYMAX")]
public const ushort SVG_PRESERVEASPECTRATIO_XMIDYMAX = 9
veldwaarde
SVG_PRESERVEASPECTRATIO_XMIDYMID
Het komt overeen met de waarde ‘xMidYMid’ voor de attributie ‘reserveAspectRatio’.
[DOMName("SVG_PRESERVEASPECTRATIO_XMIDYMID")]
public const ushort SVG_PRESERVEASPECTRATIO_XMIDYMID = 6
veldwaarde
SVG_PRESERVEASPECTRATIO_XMIDYMIN
Het komt overeen met de waarde ‘xMidYMin’ voor de attributie ‘reserveAspectRatio’.
[DOMName("SVG_PRESERVEASPECTRATIO_XMIDYMIN")]
public const ushort SVG_PRESERVEASPECTRATIO_XMIDYMIN = 3
veldwaarde
SVG_PRESERVEASPECTRATIO_XMINYMAX
Het komt overeen met de waarde ‘xMinYMax’ voor de attributie ‘reserveAspectRatio’.
[DOMName("SVG_PRESERVEASPECTRATIO_XMINYMAX")]
public const ushort SVG_PRESERVEASPECTRATIO_XMINYMAX = 8
veldwaarde
SVG_PRESERVEASPECTRATIO_XMINYMID
Het komt overeen met de waarde ‘XMinYMid’ voor de attributie ‘reserveAspectRatio’.
[DOMName("SVG_PRESERVEASPECTRATIO_XMINYMID")]
public const ushort SVG_PRESERVEASPECTRATIO_XMINYMID = 5
veldwaarde
SVG_PRESERVEASPECTRATIO_XMINYMIN
Het komt overeen met de waarde ‘xMinYMin’ voor de attributie ‘reserveAspectRatio’.
[DOMName("SVG_PRESERVEASPECTRATIO_XMINYMIN")]
public const ushort SVG_PRESERVEASPECTRATIO_XMINYMIN = 2
veldwaarde
Properties
Align
Het type van de aanpassingswaarde zoals aangegeven door een van de SVG_PRESERVEASPECTRATIO_* constanten zijn gedefinieerd op deze interface.
[DOMName("align")]
public ushort Align { get; set; }
Eigendomswaarde
Exceptions
Code Aspose.Html.Dom.DOMException.NO_MODIFICATION_ALLOWED_ERR.Opgebouwd wanneer het object overeenkomt met een alleen lees attribuut of wanneer het object zelf alleen wordt gelezen.
MeetOrSlice
Het type meet- of slice-waarde zoals aangegeven door een van de SVG_MEETORSLICE_* constanten zijn gedefinieerd op deze interface.
[DOMName("meetOrSlice")]
public ushort MeetOrSlice { get; set; }
Eigendomswaarde
Exceptions
Code Aspose.Html.Dom.DOMException.NO_MODIFICATION_ALLOWED_ERR.Opgebouwd wanneer het object overeenkomt met een alleen lees attribuut of wanneer het object zelf alleen wordt gelezen.
Methods
ToString()
Terug een System.String die deze instantie vertegenwoordigt.
public override string ToString()
Returns
Een System.String die deze instantie vertegenwoordigt.