Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NSizeInfo Class / AbsoluteSize Property


In This Topic
    AbsoluteSize Property
    In This Topic
    Gets or sets the absolute size to be used. Works only if SizeLogic is SizeLogic.Absolute.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Nevron.SizeInfo")>
    <System.ComponentModel.DescriptionAttribute("Gets or sets the absolute size to be used. Works only if SizeLogic is SizeLogic.Absolute.")>
    Public Property AbsoluteSize As System.Drawing.Size
    'Usage
     
    
    Dim instance As NSizeInfo
    Dim value As System.Drawing.Size
     
    instance.AbsoluteSize = value
     
    value = instance.AbsoluteSize
    [System.ComponentModel.Category("Nevron.SizeInfo")]
    [System.ComponentModel.Description("Gets or sets the absolute size to be used. Works only if SizeLogic is SizeLogic.Absolute.")]
    public System.Drawing.Size AbsoluteSize {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