CgEdResourceLabColor Property |
Gets or sets a value indicating whether [lab color] is used.
Namespace: Aspose.PSD.FileFormats.Psd.Layers.LayerResourcesAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 22.5
Syntaxpublic bool LabColor { get; set; }
Public Property LabColor As Boolean
Get
Set
public:
property bool LabColor {
bool get ();
void set (bool value);
}
member LabColor : bool with get, set
Property Value
Type:
Booleantrue if used [lab color]; otherwise,
false.
See Also