TypeToolFontInfoMarkValue Property |
Gets or sets the mark value.
Namespace: Aspose.PSD.FileFormats.Psd.Layers.LayerResourcesAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 22.5
Syntaxpublic short MarkValue { get; set; }
Public Property MarkValue As Short
Get
Set
public:
property short MarkValue {
short get ();
void set (short value);
}
member MarkValue : int16 with get, set
Property Value
Type:
Int16
The mark value.
See Also