Class FontSizePicker
Represents a picker control for selecting font sizes.
public class FontSizePicker : ListPicker, IBaseObjectWithAttr, IBaseObjectWithId, INotifyPropertyChanged, IDisposableObject, IBaseObject, ISupportInitialize, IFocusable, ITextProperty, IComponent, IControl, IDisposable, IWin32Window, ILayoutItem, INotifyDataErrorInfo, ICommandSource
- Inheritance
-
FontSizePicker
- Implements
Remarks
The FontSizePicker class provides functionality to display a list of available font sizes and allows the user to select one. By default, the control initializes with a predefined set of font sizes.
Constructors
- FontSizePicker()
Initializes a new instance of the FontSizePicker class.