JsonConfIntegerEditorAttributeStep Property |
Indicates the amount by which a value is increased or decreased in the editor.
(When clicking up and down arrows/icons.)
Defaults to zero, meaning no step specified.
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic int Step { get; set; }
Public Property Step As Integer
Get
Set
public:
property int Step {
int get ();
void set (int value);
}
Property Value
Type:
Int32
See Also