Get/Set Alternate Text of the image
Namespace: Cartella.InterfacesAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
string AltText { get; set; } |
Visual Basic |
---|
Property AltText As String Get Set |
Visual C++ |
---|
property String^ AltText { String^ get (); void set (String^ value); } |