Fill.Aspect Property
Image Aspect Ratio.Represents the attribte in schema: aspect
Namespace: DocumentFormat.OpenXml.Vml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "aspect")> _
Public Property Aspect As EnumValue(Of ImageAspectValues)
Get
Set
'Usage
Dim instance As Fill
Dim value As EnumValue(Of ImageAspectValues)
value = instance.Aspect
instance.Aspect = value
[SchemaAttrAttribute(, "aspect")]
public EnumValue<ImageAspectValues> Aspect { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<ImageAspectValues>
Returns EnumValue<T>.