Search
RangeSelector.Width Property
See Also
 





Gets or sets the width of the range selector.

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

 Syntax

C#  Copy Code

public new int Width { get; set; }

Visual Basic  Copy Code

Public Shadows Property Width As Integer

 Property Value

An integer value.

 See Also