In This Article

NullableInt32RectPropertyEditor Class

Represents a PropertyEditor for editing a nullable Int32Rect value with a Int32RectEditBox.

public class NullableInt32RectPropertyEditor : Int32RectPropertyEditor
Inheritance:
object ObservableObjectBase PropertyEditor PropertyEditorBase PartEditBoxPropertyEditorBase Int32RectPropertyEditor object

Constructors

NullableInt32RectPropertyEditor()

Initializes an instance of the class.

public NullableInt32RectPropertyEditor()

Properties

IsNullAllowed

Indicates whether null values are allowed to be entered by the user.

public bool IsNullAllowed { get; set; }

Property Value

bool:

true if null values are allowed to be entered by the user; otherwise false. The default value is true.

Inherited Members

Extension Methods