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