FrameProperties.VerticalPosition 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.
Frame Vertical Positioning Base
Represents the following attribute in the schema: w:vAnchor
[DocumentFormat.OpenXml.SchemaAttr(23, "vAnchor")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.VerticalAnchorValues> VerticalPosition { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.VerticalAnchorValues> VerticalPosition { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "vAnchor")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.VerticalAnchorValues>? VerticalPosition { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:vAnchor")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.VerticalAnchorValues>? VerticalPosition { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.VerticalAnchorValues>? VerticalPosition { get; set; }
member this.VerticalPosition : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.VerticalAnchorValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "vAnchor")>]
member this.VerticalPosition : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.VerticalAnchorValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:vAnchor")>]
member this.VerticalPosition : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.VerticalAnchorValues> with get, set
Public Property VerticalPosition As EnumValue(Of VerticalAnchorValues)
Property Value
Returns EnumValue<T>.
- Attributes