Nevron.Chart Namespace / NContentPanel Class / BoundsMode Property


In This Topic
    BoundsMode Property
    In This Topic
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Panel")>
    <System.ComponentModel.DescriptionAttribute("Defines the mode used to fit the panel contents into the panel bounds.")>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property BoundsMode As BoundsMode
    'Usage
     
    
    Dim instance As NContentPanel
    Dim value As BoundsMode
     
    instance.BoundsMode = value
     
    value = instance.BoundsMode
    [System.ComponentModel.Category("Panel")]
    [System.ComponentModel.Description("Defines the mode used to fit the panel contents into the panel bounds.")]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [System.Xml.Serialization.XmlAttribute()]
    public BoundsMode BoundsMode {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