Gets or sets the vertical page alignment.
Namespace: FirstFloor.Documents.ControlsAssembly: FirstFloor.Documents.Controls (in FirstFloor.Documents.Controls.dll) Version: 2.5.0.0 (2.5.1.0)
Syntax
| C# |
|---|
public VerticalAlignment VerticalPageAlignment { get; set; } |
| Visual Basic |
|---|
Public Property VerticalPageAlignment As VerticalAlignment Get Set |
| Visual C++ |
|---|
public: property VerticalAlignment VerticalPageAlignment { VerticalAlignment get (); void set (VerticalAlignment value); } |