'Declaration
<System.ComponentModel.DefaultValueAttribute(False)> <NDesignOnlyBrowsableAttribute(True)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value whether measuring will be handled by the command itself.")> Public Overridable Property OwnMeasure As System.Boolean
'Usage
Dim instance As NCommand Dim value As System.Boolean instance.OwnMeasure = value value = instance.OwnMeasure
[System.ComponentModel.DefaultValue(false)] [NDesignOnlyBrowsable(true)] [System.ComponentModel.Description("Gets/sets a value whether measuring will be handled by the command itself.")] public virtual System.bool OwnMeasure {get; set;}