Xceed Grid for WinForms v4.3 Documentation
BaseUnit Property


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Reporting Namespace > UnitConverter Class : BaseUnit Property
Gets or sets the Unit which will be used to convert values to and from hundredth's of an inch.
Syntax
'Declaration
 
Public Property BaseUnit As Unit
'Usage
 
Dim instance As UnitConverter
Dim value As Unit
 
instance.BaseUnit = value
 
value = instance.BaseUnit
public Unit BaseUnit {get; set;}

Property Value

A Unit value representing the unit which will be used to convert values to and from hundredth's of an inch.
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

Reference

UnitConverter Class
UnitConverter Members