Gets or sets the title image.

Namespace: Dapfor.Wpf.Controls
Assembly: 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: BitmapImage
The title image.

See Also