| UIControlDesiredHeight Property |
Namespace: DigitalRune.Game.UI.ControlsAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax public float DesiredHeight { get; }
Public ReadOnly Property DesiredHeight As Single
Get
public:
property float DesiredHeight {
float get ();
}
member DesiredHeight : float32 with get
Property Value
Type:
SingleThe desired height (including
Margin).
See Also