GoDiagram Win Reference
WorldScale Property

Gets or sets the measurement scale ratio for the ruler.
Syntax
'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;}

Property Value

The default value is 1.0f; the value must be greater than zero.
Remarks

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.

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

GoRuler Class
GoRuler Members

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback