Class CharacterProportional
Represents character proportional settings.
public class CharacterProportional : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
- Inheritance
-
PropertyChangedBaseCharacterProportional
- Implements
-
INotifyPropertyChangedEx
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
Properties
IsActive
Gets or sets a value indicating whether character proportional is active.
public bool IsActive { get; set; }
Property Value
- bool
False means all characters have a fixed width.
MinimumWidthInPercent
Gets or sets the minimum width in percent.
public int MinimumWidthInPercent { get; set; }
Property Value
- int
The default value is 20 %.