Class ControlDefaults
Contains default property values for the control.
public class ControlDefaults
- Inheritance
-
ControlDefaults
Properties
- HasBorderOnBlack
Gets or sets whether control has border when color scheme is black.
- HasBorderOnWhite
Gets or sets whether control has border when color scheme is white.
- MinMargin
Gets or sets minimal margin value.
- MinPadding
Gets or sets minimal padding value.
Methods
- GetProp(ControlDefaultsId)
Gets default property value.
- RaiseInitDefaults(object)
Raises InitDefaults event.
- SetProp(ControlDefaultsId, object?)
Sets default property value.
Events
- InitDefaults
Occurs each time when new control is created.