Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NNavigationPane Class / MinCaptionHeight Property


In This Topic
    MinCaptionHeight Property
    In This Topic
    Gets/sets the minimum height of the caption. Note that the height of the caption is also controlled by the caption font.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(25)>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the minimum height of the caption. Note that the height of the caption is also controlled by the caption font.")>
    Public Property MinCaptionHeight As System.Integer
    'Usage
     
    
    Dim instance As NNavigationPane
    Dim value As System.Integer
     
    instance.MinCaptionHeight = value
     
    value = instance.MinCaptionHeight
    [System.ComponentModel.DefaultValue(25)]
    [System.ComponentModel.Description("Gets/sets the minimum height of the caption. Note that the height of the caption is also controlled by the caption font.")]
    public System.int MinCaptionHeight {get; set;}
    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