StrokeChildType.JoinStyle Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Estilo de junção de extremidade de linha)
Representa o seguinte atributo no esquema: 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)
Valor da propriedade
Retorna EnumValue<T>.
- Atributos