Gets or sets the position of the text and image relative to each other on a control.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
| C# |
|---|
public TextImageRelation TitleTextImageRelation { get; set; } |
| Visual Basic |
|---|
Public Property TitleTextImageRelation As TextImageRelation
Get
Set |
| Visual C++ |
|---|
public:
property TextImageRelation TitleTextImageRelation {
TextImageRelation get ();
void set (TextImageRelation value);
} |
| F# |
|---|
member TitleTextImageRelation : TextImageRelation with get, set
|
Property Value
Type:
TextImageRelationThe position of the text and image relative to each other on a control.
See Also