Class SVGPreserveAspectRatio

Class SVGPreserveAspectRatio

Il nome: Aspose.Html.Dom.Svg.DataTypes Assemblaggio: Aspose.HTML.dll (25.4.0)

L’interfaccia SVGPreserveAspectRatio corrisponde all’attributo ‘reserveAspectRatio’, che è disponibile per alcuni elementi di SVG.

[ComVisible(true)]
[DOMObject]
[DOMName("SVGPreserveAspectRatio")]
public class SVGPreserveAspectRatio : SVGValueType, INotifyPropertyChanged, IDisposable

Inheritance

object DOMObject SVGValueType SVGPreserveAspectRatio

Implements

INotifyPropertyChanged , IDisposable

I membri ereditari

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

Corrisponde al valore di “incontrare” per l’attribuzione di “reserveAspectRatio”.

[DOMName("SVG_MEETORSLICE_MEET")]
public const ushort SVG_MEETORSLICE_MEET = 1

Valore di campo

ushort

SVG_MEETORSLICE_SLICE

Corrisponde al valore ‘slice’ per l’attribuzione ‘reserveAspectRatio’.

[DOMName("SVG_MEETORSLICE_SLICE")]
public const ushort SVG_MEETORSLICE_SLICE = 2

Valore di campo

ushort

SVG_MEETORSLICE_UNKNOWN

L’elenco è stato impostato a un valore che non è uno dei tipi predefiniti. è invalido cercare di definire un nuovo valore di questo tipo o cercare di cambiare un valore esistente a questo tipo.

[DOMName("SVG_MEETORSLICE_UNKNOWN")]
public const ushort SVG_MEETORSLICE_UNKNOWN = 0

Valore di campo

ushort

SVG_PRESERVEASPECTRATIO_NONE

Corrisponde al valore ’no’ per l’attribuzione ‘reserveAspectRatio’.

[DOMName("SVG_PRESERVEASPECTRATIO_NONE")]
public const ushort SVG_PRESERVEASPECTRATIO_NONE = 1

Valore di campo

ushort

SVG_PRESERVEASPECTRATIO_UNKNOWN

L’elenco è stato impostato a un valore che non è uno dei tipi predefiniti. è invalido cercare di definire un nuovo valore di questo tipo o cercare di cambiare un valore esistente a questo tipo.

[DOMName("SVG_PRESERVEASPECTRATIO_UNKNOWN")]
public const ushort SVG_PRESERVEASPECTRATIO_UNKNOWN = 0

Valore di campo

ushort

SVG_PRESERVEASPECTRATIO_XMAXYMAX

Corrisponde al valore ‘xMaxYMax’ per l’attribuzione ‘reserveAspectRatio’.

[DOMName("SVG_PRESERVEASPECTRATIO_XMAXYMAX")]
public const ushort SVG_PRESERVEASPECTRATIO_XMAXYMAX = 10

Valore di campo

ushort

SVG_PRESERVEASPECTRATIO_XMAXYMID

Corrisponde al valore ‘xMaxYMid’ per l’attribuzione ‘reserveAspectRatio’.

[DOMName("SVG_PRESERVEASPECTRATIO_XMAXYMID")]
public const ushort SVG_PRESERVEASPECTRATIO_XMAXYMID = 7

Valore di campo

ushort

SVG_PRESERVEASPECTRATIO_XMAXYMIN

Corrisponde al valore ‘xMaxYMin’ per l’attribuzione ‘reserveAspectRatio’.

[DOMName("SVG_PRESERVEASPECTRATIO_XMAXYMIN")]
public const ushort SVG_PRESERVEASPECTRATIO_XMAXYMIN = 4

Valore di campo

ushort

SVG_PRESERVEASPECTRATIO_XMIDYMAX

Corrisponde al valore ‘xMidYMax’ per l’attribuzione ‘reserveAspectRatio’.

[DOMName("SVG_PRESERVEASPECTRATIO_XMIDYMAX")]
public const ushort SVG_PRESERVEASPECTRATIO_XMIDYMAX = 9

Valore di campo

ushort

SVG_PRESERVEASPECTRATIO_XMIDYMID

Corrisponde al valore ‘xMidYMid’ per l’attribuzione ‘reserveAspectRatio’.

[DOMName("SVG_PRESERVEASPECTRATIO_XMIDYMID")]
public const ushort SVG_PRESERVEASPECTRATIO_XMIDYMID = 6

Valore di campo

ushort

SVG_PRESERVEASPECTRATIO_XMIDYMIN

Corrisponde al valore ‘xMidYMin’ per l’attribuzione ‘reserveAspectRatio’.

[DOMName("SVG_PRESERVEASPECTRATIO_XMIDYMIN")]
public const ushort SVG_PRESERVEASPECTRATIO_XMIDYMIN = 3

Valore di campo

ushort

SVG_PRESERVEASPECTRATIO_XMINYMAX

Corrisponde al valore ‘xMinYMax’ per l’attribuzione ‘reserveAspectRatio’.

[DOMName("SVG_PRESERVEASPECTRATIO_XMINYMAX")]
public const ushort SVG_PRESERVEASPECTRATIO_XMINYMAX = 8

Valore di campo

ushort

SVG_PRESERVEASPECTRATIO_XMINYMID

Corrisponde al valore ‘XMinYMid’ per l’attribuzione ‘reserveAspectRatio’.

[DOMName("SVG_PRESERVEASPECTRATIO_XMINYMID")]
public const ushort SVG_PRESERVEASPECTRATIO_XMINYMID = 5

Valore di campo

ushort

SVG_PRESERVEASPECTRATIO_XMINYMIN

Corrisponde al valore ‘xMinYMin’ per l’attribuzione ‘reserveAspectRatio’.

[DOMName("SVG_PRESERVEASPECTRATIO_XMINYMIN")]
public const ushort SVG_PRESERVEASPECTRATIO_XMINYMIN = 2

Valore di campo

ushort

Properties

Align

Il tipo del valore di allineamento come specificato da uno dei SVG_PRESERVEASPECTRATIO_* constati definiti su questa interfaccia.

[DOMName("align")]
public ushort Align { get; set; }

Valore di proprietà

ushort

Exceptions

DOMException

Codice Aspose.Html.Dom.DomException.NO_MODIFICATION_ALLOWED_ERR.Creato quando l’oggetto corrisponde a un attributo di lettura solo o quando l’oggetto stesso è letto solo.

MeetOrSlice

Il tipo del valore mite-o-slice come specificato da uno dei SVG_MEETORSLICE_* sono costanti definiti su questa interfaccia.

[DOMName("meetOrSlice")]
public ushort MeetOrSlice { get; set; }

Valore di proprietà

ushort

Exceptions

DOMException

Codice Aspose.Html.Dom.DomException.NO_MODIFICATION_ALLOWED_ERR.Creato quando l’oggetto corrisponde a un attributo di lettura solo o quando l’oggetto stesso è letto solo.

Methods

ToString()

Ritorna un System.String che rappresenta questa instanza.

public override string ToString()

Returns

string

Un sistema.String che rappresenta questa instanza.

 Italiano