Diagram.AutoLayout 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.
Diagram Automatic Layout
Represents the following attribute in the schema: autolayout
[DocumentFormat.OpenXml.SchemaAttr(0, "autolayout")]
public DocumentFormat.OpenXml.TrueFalseValue AutoLayout { get; set; }
public DocumentFormat.OpenXml.TrueFalseValue AutoLayout { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "autolayout")]
public DocumentFormat.OpenXml.TrueFalseValue? AutoLayout { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("autolayout")]
public DocumentFormat.OpenXml.TrueFalseValue? AutoLayout { get; set; }
public DocumentFormat.OpenXml.TrueFalseValue? AutoLayout { get; set; }
member this.AutoLayout : DocumentFormat.OpenXml.TrueFalseValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "autolayout")>]
member this.AutoLayout : DocumentFormat.OpenXml.TrueFalseValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("autolayout")>]
member this.AutoLayout : DocumentFormat.OpenXml.TrueFalseValue with get, set
Public Property AutoLayout As TrueFalseValue
Property Value
Returns EnumValue<T>.
- Attributes