CadVisualStyleDescription Property |
Gets or sets the description.
Namespace:
Aspose.CAD.FileFormats.Cad.CadObjects
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic CadStringParameter Description { get; set; }Public Property Description As CadStringParameter
Get
Set
public:
property CadStringParameter^ Description {
CadStringParameter^ get ();
void set (CadStringParameter^ value);
}member Description : CadStringParameter with get, set
Property Value
Type:
CadStringParameter
The description.
See Also