[Description("The ratio of displayed units to normally scaled units.")] [Category("Ruler Display")] [DefaultValue(1)] public virtual float WorldScale {get; set;}
Property Value
The default value is1.0f
; the value must be greater than zero.[Description("The ratio of displayed units to normally scaled units.")] [Category("Ruler Display")] [DefaultValue(1)] 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.