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