Share via


OleObject.ShowAsIcon Property

showAsIcon.Represents the attribte in schema: showAsIcon

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

Syntax

'Declaration
<SchemaAttrAttribute(, "showAsIcon")> _
Public Property ShowAsIcon As BooleanValue
    Get
    Set
'Usage
Dim instance As OleObject
Dim value As BooleanValue

value = instance.ShowAsIcon

instance.ShowAsIcon = value
[SchemaAttrAttribute(, "showAsIcon")]
public BooleanValue ShowAsIcon { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

OleObject Class

OleObject Members

DocumentFormat.OpenXml.Presentation Namespace