Frame
FrameVerticalAlignment Property
|
Gets or sets the vertical alignment of the frame.
Namespace:
Spire.Doc.Formatting
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public VerticalPosition FrameVerticalAlignment { get; set; }
Public Property FrameVerticalAlignment As VerticalPosition
Get
Set
public:
property VerticalPosition FrameVerticalAlignment {
VerticalPosition get ();
void set (VerticalPosition value);
}
member FrameVerticalAlignment : VerticalPosition with get, set
Property Value
Type:
VerticalPosition
See Also