Fill.Angle Property

Gradient Angle.Represents the attribte in schema: angle

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

Syntax

'Declaration
<SchemaAttrAttribute(, "angle")> _
Public Property Angle As DecimalValue
    Get
    Set
'Usage
Dim instance As Fill
Dim value As DecimalValue

value = instance.Angle

instance.Angle = value
[SchemaAttrAttribute(, "angle")]
public DecimalValue Angle { get; set; }

Property Value

Type: DocumentFormat.OpenXml.DecimalValue
Returns DecimalValue.

See Also

Reference

Fill Class

Fill Members

DocumentFormat.OpenXml.Vml Namespace