ShapeDefaults.IsStroke Property

Shape Stroke Toggle.Represents the attribte in schema: stroke

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

Syntax

'Declaration
<SchemaAttrAttribute(, "stroke")> _
Public Property IsStroke As TrueFalseValue
    Get
    Set
'Usage
Dim instance As ShapeDefaults
Dim value As TrueFalseValue

value = instance.IsStroke

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

Property Value

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

See Also

Reference

ShapeDefaults Class

ShapeDefaults Members

DocumentFormat.OpenXml.Vml.Office Namespace