Gets or sets the alignment of the image that will be displayed on the control.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
public ContentAlignment ImageAlign { get; set; } |
| Visual Basic |
|---|
Public Property ImageAlign As ContentAlignment
Get
Set |
| Visual C++ |
|---|
public:
property ContentAlignment ImageAlign {
ContentAlignment get ();
void set (ContentAlignment value);
} |
| F# |
|---|
member ImageAlign : ContentAlignment with get, set
|
Property Value
Type:
ContentAlignmentThe image alignment.
See Also