Nevron .NET Vision
Nevron.UI Namespace / NCalculatorElement Class / AutoScaleButtonFont Property


In This Topic
    AutoScaleButtonFont Property
    In This Topic
    Gets/sets a value indicating whether the Font of the children buttons will be automatically scaled to accomodate the current size.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DescriptionAttribute("Gets/sets a value indicating whether the Font of the children buttons will be automatically scaled to accomodate the current size.")>
    Public Property AutoScaleButtonFont As System.Boolean
    'Usage
     
    
    Dim instance As NCalculatorElement
    Dim value As System.Boolean
     
    instance.AutoScaleButtonFont = value
     
    value = instance.AutoScaleButtonFont
    [System.ComponentModel.Description("Gets/sets a value indicating whether the Font of the children buttons will be automatically scaled to accomodate the current size.")]
    public System.bool AutoScaleButtonFont {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