AcadPreferencesDisplayClassCursorSize Property
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 24.0.0.0
Syntax
public virtual int CursorSize { get; set; }
Public Overridable Property CursorSize As Integer
Get
Set
public:
virtual property int CursorSize {
int get ();
void set (int value);
}
abstract CursorSize : int with get, set
override CursorSize : int with get, set
Property Value
Int32
Implements
IAcadPreferencesDisplayCursorSize
See Also