Class PlatformDefaults
Contains platform specific settings.
public class PlatformDefaults
- Inheritance
-
PlatformDefaults
Properties
- AdjustTextBoxesHeight
Gets or sets whether to adjust height of TextBox controls to height of the ComboBox control.
- Controls
Returns default property values for all controls in the library.
- IncFontSize
Gets or sets default control font size increment (in points) on normal dpi displays (DPI less or equal to 96).
- IncFontSizeHighDpi
Gets or sets default control font size increment (in points) on high dpi displays (DPI greater than 96).
- MinSplitterSashSize
Gets or sets minimum splitter sash size in device-independent units.
- PropertyGridVerticalSpacing
Defines default vertical spacing of the PropertyGrid.
- TextBoxUrlClickModifiers
Gets or sets default value for AutoUrlModifiers property.
Methods
- GetDefaults(ControlTypeId)
Gets ControlDefaults for the specified
controlId
.