ImageFile.CropRight Property

Image Right Crop.Represents the attribte in schema: cropright

Namespace:  DocumentFormat.OpenXml.Vml
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "cropright")> _
Public Property CropRight As StringValue
    Get
    Set
'Usage
Dim instance As ImageFile
Dim value As StringValue

value = instance.CropRight

instance.CropRight = value
[SchemaAttrAttribute(, "cropright")]
public StringValue CropRight { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

ImageFile Class

ImageFile Members

DocumentFormat.OpenXml.Vml Namespace