[Description("The direction of the ruler's measurement.")] [Category("Ruler Appearance")] [DefaultValue(false)] public virtual bool ReverseDirection {get; set;}
Property Value
The default value isfalse
.[Description("The direction of the ruler's measurement.")] [Category("Ruler Appearance")] [DefaultValue(false)] public virtual bool ReverseDirection {get; set;}
false
.true
, the direction of measurement is reversed. For example, if negative infinity were toward the left and positive infinity were toward the right, after setting the value of ReverseDirection to true
, negative infinity is now toward the right and positive infinity is now toward the left.