Class IntegerScale
Assembly: NXOpenUI.dll
Syntax
public class IntegerScale : StylerItem, IMessageSink, IDisposable
Constructors
IntegerScale(nint)
Declaration
protected IntegerScale(nint ptr)
Parameters
Type |
Name |
Description |
nint |
ptr |
|
Properties
ItemValue
Declaration
public int ItemValue { get; set; }
Property Value
Sensitivity
Declaration
public bool Sensitivity { get; set; }
Property Value
Visibility
Declaration
public bool Visibility { get; set; }
Property Value
Methods
AddDragHandler(Drag, bool)
Declaration
public void AddDragHandler(IntegerScale.Drag dragevent, bool isDialogLaunchingEvent)
Parameters
AddValueChangedHandler(ValueChanged, bool)
Declaration
public void AddValueChangedHandler(IntegerScale.ValueChanged valuechangedevent, bool isDialogLaunchingEvent)
Parameters
SetLabels(string, string)
Declaration
public void SetLabels(string minimumLabel, string maximumLabel)
Parameters
Type |
Name |
Description |
string |
minimumLabel |
|
string |
maximumLabel |
|
SetLimits(int, int)
Declaration
public void SetLimits(int minimumValue, int maximumValue)
Parameters
Type |
Name |
Description |
int |
minimumValue |
|
int |
maximumValue |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink