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