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