Search
RangeSelector.Height Property
See Also
 





Gets or sets the height of the range selector.

Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms

 Syntax

C#  Copy Code

public new int Height { get; set; }

Visual Basic  Copy Code

Public Shadows Property Height As Integer

 Property Value

An integer value.

 See Also