Class ControlColorAndStyle
Defines color and style settings for dark and light theme.
public class ControlColorAndStyle
- Inheritance
-
ControlColorAndStyle
Properties
- Dark
Gets color and style settings for the dark theme.
- Light
Gets color and style settings for the light theme.
Methods
- Clone()
Clones this object.
- DarkOrLight(bool)
Gets Dark if
isDarkistrueand dark theme settings were defined; Light otherwise.
- NormalBorderAsHovered()
Sets border in the normal state equal to border in the hovered state.
- SetBorderColor(Color?)
Sets border color to all initialized borders.
- SetBorderFromBorder(VisualControlState, VisualControlState)
Sets border in the
stateToChangestate to be equal to the border in theassignFromStatestate.
- SetBorderWidth(Thickness)
Sets border width to all initialized borders.