Class WpfStyle
Common style reference for WPF.
Implements
Inherited Members
Namespace: TheXDS.MCART.Types
Assembly: MCART.Wpf.FlowDocumentExtensions.dll
Syntax
public class WpfStyle : IWpfStyle
Properties
| Edit this page View SourceBackground
Brush for the background to be applied to the element.
Declaration
public Brush? Background { get; set; }
Property Value
| Type | Description |
|---|---|
| Brush |
BorderBrush
Brush to be applied to the borders of the element.
Declaration
public Brush? BorderBrush { get; set; }
Property Value
| Type | Description |
|---|---|
| Brush |
BorderThickness
Definition of borders to be applied to the element.
Declaration
public Thickness? BorderThickness { get; set; }
Property Value
| Type | Description |
|---|---|
| Thickness? |
Foreground
Brush for the foreground to be applied to the element.
Declaration
public Brush? Foreground { get; set; }
Property Value
| Type | Description |
|---|---|
| Brush |