Rectangle.OleIcon Property

Embedded Object Icon Toggle.Represents the attribte in schema: o:oleicon

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

Syntax

'Declaration
<SchemaAttrAttribute(, "oleicon")> _
Public Property OleIcon As TrueFalseValue
    Get
    Set
'Usage
Dim instance As Rectangle
Dim value As TrueFalseValue

value = instance.OleIcon

instance.OleIcon = value
[SchemaAttrAttribute(, "oleicon")]
public TrueFalseValue OleIcon { get; set; }

Property Value

Type: DocumentFormat.OpenXml.TrueFalseValue
Returns EnumValue<T>.

See Also

Reference

Rectangle Class

Rectangle Members

DocumentFormat.OpenXml.Vml Namespace