Compartir a través de


TextPath.FitShape Property

Shape Fit Toggle.Represents the attribte in schema: fitshape

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

Syntax

'Declaración
<SchemaAttrAttribute(, "fitshape")> _
Public Property FitShape As TrueFalseValue
    Get
    Set
'Uso
Dim instance As TextPath
Dim value As TrueFalseValue

value = instance.FitShape

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

Property Value

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

See Also

Reference

TextPath Class

TextPath Members

DocumentFormat.OpenXml.Vml Namespace