StrokeChildType.JoinStyle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Line End Join Style)
Represents the following attribute in the schema: joinstyle
[DocumentFormat.OpenXml.SchemaAttr(0, "joinstyle")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.StrokeJoinStyleValues> JoinStyle { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.StrokeJoinStyleValues> JoinStyle { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "joinstyle")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.StrokeJoinStyleValues>? JoinStyle { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("joinstyle")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.StrokeJoinStyleValues>? JoinStyle { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.StrokeJoinStyleValues>? JoinStyle { get; set; }
member this.JoinStyle : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.StrokeJoinStyleValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "joinstyle")>]
member this.JoinStyle : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.StrokeJoinStyleValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("joinstyle")>]
member this.JoinStyle : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.StrokeJoinStyleValues> with get, set
Public Property JoinStyle As EnumValue(Of StrokeJoinStyleValues)
Property Value
Returns EnumValue<T>.
- Attributes