Share via


MarkerLayoutProperties.Symbol property

Namespace:  DocumentFormat.OpenXml.Office15.Drawing.ChartStyle
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "symbol")> _
Public Property Symbol As EnumValue(Of MarkerStyle)
    Get
    Set
'Usage
Dim instance As MarkerLayoutProperties
Dim value As EnumValue(Of MarkerStyle)

value = instance.Symbol

instance.Symbol = value
[SchemaAttrAttribute(, "symbol")]
public EnumValue<MarkerStyle> Symbol { get; set; }

Property value

Type: DocumentFormat.OpenXml.EnumValue<MarkerStyle>

See also

Reference

MarkerLayoutProperties class

MarkerLayoutProperties members

DocumentFormat.OpenXml.Office15.Drawing.ChartStyle namespace