Gets or sets the title font stretch.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
public Nullable<FontStretch> TitleFontStretch { get; set; } |
Visual Basic |
---|
Public Property TitleFontStretch As Nullable(Of FontStretch)
Get
Set |
Visual C++ |
---|
public:
property Nullable<FontStretch> TitleFontStretch {
Nullable<FontStretch> get ();
void set (Nullable<FontStretch> value);
} |
F# |
---|
member TitleFontStretch : Nullable<FontStretch> with get, set
|
Property Value
Type:
Nullable<(Of <(<'FontStretch>)>)>The title font stretch.
See Also