Gets or sets the title image.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
| C# |
|---|
public BitmapImage TitleImage { get; set; } |
| Visual Basic |
|---|
Public Property TitleImage As BitmapImage Get Set |
| Visual C++ |
|---|
public: property BitmapImage^ TitleImage { BitmapImage^ get (); void set (BitmapImage^ value); } |
| F# |
|---|
member TitleImage : BitmapImage with get, set |
Property Value
Type: BitmapImageThe title image.