Freigeben über


Group.AutoScale Property

autoScale.Represents the attribte in schema: autoScale

Namespace:  DocumentFormat.OpenXml.Office2010.CustomUI
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "autoScale")> _
Public Property AutoScale As BooleanValue
    Get
    Set
'Usage
Dim instance As Group
Dim value As BooleanValue

value = instance.AutoScale

instance.AutoScale = value
[SchemaAttrAttribute(, "autoScale")]
public BooleanValue AutoScale { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue

See Also

Reference

Group Class

Group Members

DocumentFormat.OpenXml.Office2010.CustomUI Namespace