The GwxFocusBorderOptions type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. (Inherited from Freezable.) |
![]() | DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. (Inherited from DependencyObject.) |
![]() | Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. (Inherited from DispatcherObject.) |
![]() | FocusBorderCornerRadius |
Optional rounding for corners of the focus border.
|
![]() | FocusBorderPadding |
Space between the outer edge of the user-interactive object and the inner edge of the focus border.
|
![]() | InnerFocusBorderBrush |
Fill color for the focus border.
|
![]() | InnerFocusBorderWidth |
Fill width for the focus border.
|
![]() | IsFrozen | Gets a value that indicates whether the object is currently modifiable. (Inherited from Freezable.) |
![]() | IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). (Inherited from DependencyObject.) |
![]() | OuterFocusBorderBrush |
Outline color for the focus border.
|
![]() | OuterFocusBorderWidth |
Outline width for the focus border.
|
![]() | ShowFocusBorder |
True to show a border around user-interactive objects in runtime when the mouse pointer
is over the object, or if the object has keyboard focus.
|