DescriptorStructureClassName Property |
Gets or sets the class name.
Namespace: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.TypeToolInfoStructuresAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 22.5
Syntaxpublic string ClassName { get; set; }
Public Property ClassName As String
Get
Set
public:
property String^ ClassName {
String^ get ();
void set (String^ value);
}
member ClassName : string with get, set
Property Value
Type:
String
The class name.
See Also