| UIControlIsMeasureValid 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 bool IsMeasureValid { get; }
Public ReadOnly Property IsMeasureValid As Boolean
Get
public:
property bool IsMeasureValid {
bool get ();
}
member IsMeasureValid : bool with get
Property Value
Type:
Boolean if
Measure(Vector2F) results are up-to-date; otherwise,
.
Remarks See Also