Gets the settings of the image on the
Column's caption.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public ImageSettings CaptionImageSettings { get; set; } |
Visual Basic |
---|
Public Property CaptionImageSettings As ImageSettings
Get
Set |
Visual C++ |
---|
public:
property ImageSettings^ CaptionImageSettings {
ImageSettings^ get ();
void set (ImageSettings^ value);
} |
F# |
---|
member CaptionImageSettings : ImageSettings with get, set
|
Property Value
Type:
ImageSettingsThe caption image settings.
See Also