Interface IWpfStyle
Defines a series of members to be implemented by a class that describes styles for WPF elements.
Namespace: TheXDS.MCART.Types
Assembly: MCART.Wpf.FlowDocumentExtensions.dll
Syntax
public interface IWpfStyle
Properties
| Edit this page View SourceBackground
Gets or sets a Brush to be used for filling the background of a WPF element.
Declaration
Brush? Background { get; set; }
Property Value
| Type | Description |
|---|---|
| Brush |
BorderBrush
Gets or sets a Brush to be used for drawing the borders of a WPF element.
Declaration
Brush? BorderBrush { get; set; }
Property Value
| Type | Description |
|---|---|
| Brush |
BorderThickness
Gets or sets the thickness of the borders to be drawn on the WPF element.
Declaration
Thickness? BorderThickness { get; set; }
Property Value
| Type | Description |
|---|---|
| Thickness? |
Foreground
Gets or sets a Brush to be used for filling the foreground of a WPF element.
Declaration
Brush? Foreground { get; set; }
Property Value
| Type | Description |
|---|---|
| Brush |