PagePageUseFullHeight Property |
If true then the page is stretched vertically to fill the available space.
Namespace: VirtualRadar.WinForms.SettingPageAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public virtual bool PageUseFullHeight { get; }
Public Overridable ReadOnly Property PageUseFullHeight As Boolean
Get
public:
virtual property bool PageUseFullHeight {
bool get ();
}
abstract PageUseFullHeight : bool with get
override PageUseFullHeight : bool with get
Property Value
Type:
BooleanSee Also