Share via


AdjustHandleXY.MaxX Property

Definition

Maximum Horizontal Adjustment

Represents the following attribute in the schema: maxX

[DocumentFormat.OpenXml.SchemaAttr(0, "maxX")]
public DocumentFormat.OpenXml.StringValue MaxX { get; set; }
public DocumentFormat.OpenXml.StringValue MaxX { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "maxX")]
public DocumentFormat.OpenXml.StringValue? MaxX { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("maxX")]
public DocumentFormat.OpenXml.StringValue? MaxX { get; set; }
public DocumentFormat.OpenXml.StringValue? MaxX { get; set; }
member this.MaxX : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "maxX")>]
member this.MaxX : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("maxX")>]
member this.MaxX : DocumentFormat.OpenXml.StringValue with get, set
Public Property MaxX As StringValue

Property Value

Returns StringValue.

Attributes

Applies to