TypeToolStyleInfoLeadingValue Property |
Gets or sets the leading value.
Namespace: Aspose.PSD.FileFormats.Psd.Layers.LayerResourcesAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 22.5
Syntaxpublic int LeadingValue { get; set; }
Public Property LeadingValue As Integer
Get
Set
public:
property int LeadingValue {
int get ();
void set (int value);
}
member LeadingValue : int with get, set
Property Value
Type:
Int32
The leading value.
See Also