Xceed Grid for WinForms v4.3 Documentation
Xceed.Editors.v2.6 Assembly / Xceed.Editors Namespace / WinScrollBar Class / Minimum Property


In This Topic
    Minimum Property
    In This Topic
    Gets or sets the lower limit of values of the scrollable range.
    Syntax
    'Declaration
     
    <DescriptionAttribute("The lower limit of values of the scrollable range.")>
    <CategoryAttribute("Behavior")>
    <RefreshPropertiesAttribute(RefreshProperties.Repaint)>
    Public Property Minimum As Integer
    'Usage
     
    Dim instance As WinScrollBar
    Dim value As Integer
     
    instance.Minimum = value
     
    value = instance.Minimum
    [Description("The lower limit of values of the scrollable range.")]
    [Category("Behavior")]
    [RefreshProperties(RefreshProperties.Repaint)]
    public int Minimum {get; set;}

    Property Value

    A value representing the lower limit of value of the scrollable range. By default, DefaultMinimum.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also