Frame
FrameVerticalPosition Property
|
Gets or sets the vertical position 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 float FrameVerticalPosition { get; set; }
Public Property FrameVerticalPosition As Single
Get
Set
public:
property float FrameVerticalPosition {
float get ();
void set (float value);
}
member FrameVerticalPosition : float32 with get, set
Property Value
Type:
Single
See Also