Northwoods.Go.Draw Assembly > Northwoods.Go.Draw Namespace > GoRuler Class : WorldScale Property |
'Declaration <DescriptionAttribute("The ratio of displayed units to normally scaled units.")> <CategoryAttribute("Ruler Display")> <DefaultValueAttribute()> Public Overridable Property WorldScale As Single
[DescriptionAttribute("The ratio of displayed units to normally scaled units.")] [CategoryAttribute("Ruler Display")] [DefaultValueAttribute()] public virtual float WorldScale {get; set;}
1.0f
; the value must be greater than zero.The WorldScale property is useful for displaying measurements on a variety of different scales. For example, when the WorldScale is set to a value of 0.5, then every Unit displayed on the ruler is half size. When the WorldScale is set to a value of 2.0, then every Unit displayed appears twice as large as normal.
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