Class SVGPreserveAspectRatio
Nombre del espacio: Aspose.Html.Dom.Svg.DataTypes Colección: Aspose.HTML.dll (25.4.0)
La interfaz SVGPreserveAspectRatio corresponde con el atributo de ‘reservaAespect Ratio’, que está disponible para algunos de los elementos de SVG.
[ComVisible(true)]
[DOMObject]
[DOMName("SVGPreserveAspectRatio")]
public class SVGPreserveAspectRatio : SVGValueType, INotifyPropertyChanged, IDisposable
Inheritance
object ← DOMObject ← SVGValueType ← SVGPreserveAspectRatio
Implements
INotifyPropertyChanged ,y, IDisposable
Miembros heredados
SVGValueType.Dispose() ,y, SVGValueType.Dispose(bool) ,y, DOMObject.GetPlatformType() ,y, object.GetType() ,y, object.MemberwiseClone() ,y, object.ToString() ,y, object.Equals(object?) ,y, object.Equals(object?, object?) ,y, object.ReferenceEquals(object?, object?) ,y, object.GetHashCode()
Fields
SVG_MEETORSLICE_MEET
Corresponde al valor ‘meet’ para el atributo ‘reserveAspectRatio’.
[DOMName("SVG_MEETORSLICE_MEET")]
public const ushort SVG_MEETORSLICE_MEET = 1
Valor de campo
SVG_MEETORSLICE_SLICE
Corresponde al valor de ‘slice’ para el atributo ‘reserveAspectRatio’.
[DOMName("SVG_MEETORSLICE_SLICE")]
public const ushort SVG_MEETORSLICE_SLICE = 2
Valor de campo
SVG_MEETORSLICE_UNKNOWN
La enumeración se estableció a un valor que no es uno de los tipos predefinidos. es inadecuado intentar definir un nuevo valor de este tipo o intentar cambiar el valor existente a ese tipo.
[DOMName("SVG_MEETORSLICE_UNKNOWN")]
public const ushort SVG_MEETORSLICE_UNKNOWN = 0
Valor de campo
SVG_PRESERVEASPECTRATIO_NONE
Corresponde al valor ’no’ para el atributo ‘reserveAspectRatio’.
[DOMName("SVG_PRESERVEASPECTRATIO_NONE")]
public const ushort SVG_PRESERVEASPECTRATIO_NONE = 1
Valor de campo
SVG_PRESERVEASPECTRATIO_UNKNOWN
La enumeración se estableció a un valor que no es uno de los tipos predefinidos. es inadecuado intentar definir un nuevo valor de este tipo o intentar cambiar el valor existente a ese tipo.
[DOMName("SVG_PRESERVEASPECTRATIO_UNKNOWN")]
public const ushort SVG_PRESERVEASPECTRATIO_UNKNOWN = 0
Valor de campo
SVG_PRESERVEASPECTRATIO_XMAXYMAX
Corresponde al valor ‘xMaxYMax’ para el atributo ‘reserveAspectRatio’.
[DOMName("SVG_PRESERVEASPECTRATIO_XMAXYMAX")]
public const ushort SVG_PRESERVEASPECTRATIO_XMAXYMAX = 10
Valor de campo
SVG_PRESERVEASPECTRATIO_XMAXYMID
Corresponde al valor ‘xMaxYMid’ para el atributo ‘reserveAspectRatio’.
[DOMName("SVG_PRESERVEASPECTRATIO_XMAXYMID")]
public const ushort SVG_PRESERVEASPECTRATIO_XMAXYMID = 7
Valor de campo
SVG_PRESERVEASPECTRATIO_XMAXYMIN
Corresponde al valor ‘xMaxYMin’ para el atributo ‘reserveAspectRatio’.
[DOMName("SVG_PRESERVEASPECTRATIO_XMAXYMIN")]
public const ushort SVG_PRESERVEASPECTRATIO_XMAXYMIN = 4
Valor de campo
SVG_PRESERVEASPECTRATIO_XMIDYMAX
Corresponde al valor ‘xMidYMax’ para el atributo ‘reserveAspectRatio’.
[DOMName("SVG_PRESERVEASPECTRATIO_XMIDYMAX")]
public const ushort SVG_PRESERVEASPECTRATIO_XMIDYMAX = 9
Valor de campo
SVG_PRESERVEASPECTRATIO_XMIDYMID
Corresponde al valor ‘xMidYMid’ para el atributo ‘reserveAspectRatio’.
[DOMName("SVG_PRESERVEASPECTRATIO_XMIDYMID")]
public const ushort SVG_PRESERVEASPECTRATIO_XMIDYMID = 6
Valor de campo
SVG_PRESERVEASPECTRATIO_XMIDYMIN
Corresponde al valor ‘xMidYMin’ para el atributo ‘reserveAspectRatio’.
[DOMName("SVG_PRESERVEASPECTRATIO_XMIDYMIN")]
public const ushort SVG_PRESERVEASPECTRATIO_XMIDYMIN = 3
Valor de campo
SVG_PRESERVEASPECTRATIO_XMINYMAX
Corresponde al valor ‘xMinYMax’ para el atributo ‘reserveAspectRatio’.
[DOMName("SVG_PRESERVEASPECTRATIO_XMINYMAX")]
public const ushort SVG_PRESERVEASPECTRATIO_XMINYMAX = 8
Valor de campo
SVG_PRESERVEASPECTRATIO_XMINYMID
Corresponde al valor ‘XMinYMid’ para el atributo ‘reserveAspectRatio’.
[DOMName("SVG_PRESERVEASPECTRATIO_XMINYMID")]
public const ushort SVG_PRESERVEASPECTRATIO_XMINYMID = 5
Valor de campo
SVG_PRESERVEASPECTRATIO_XMINYMIN
Corresponde al valor ‘xMinYMin’ para el atributo ‘reserveAspectRatio’.
[DOMName("SVG_PRESERVEASPECTRATIO_XMINYMIN")]
public const ushort SVG_PRESERVEASPECTRATIO_XMINYMIN = 2
Valor de campo
Properties
Align
El tipo de valor de alineación conforme especificado por uno de los constantes SVG_PRESERVEASPECTRATIO_* se define en esta interfaz.
[DOMName("align")]
public ushort Align { get; set; }
Valor de la propiedad
Exceptions
Código Aspose.Html.Dom.DOMExcepción.NO_MODIFICATION_ALLOWED_ERR.Creado cuando el objeto corresponde a un solo atributo de lectura o cuando sólo se lee el propio objeto.
MeetOrSlice
El tipo del valor de encuentro o silla conforme especificado por uno de los constantes SVG_MEETORSLICE_* se define en esta interfaz.
[DOMName("meetOrSlice")]
public ushort MeetOrSlice { get; set; }
Valor de la propiedad
Exceptions
Código Aspose.Html.Dom.DOMExcepción.NO_MODIFICATION_ALLOWED_ERR.Creado cuando el objeto corresponde a un solo atributo de lectura o cuando sólo se lee el propio objeto.
Methods
ToString()
Retorna un Sistema.String que representa esta instancia.
public override string ToString()
Returns
Un sistema.String que representa esta instancia.