'Declaration
<System.ComponentModel.CategoryAttribute("Measurement Unit")> <System.ComponentModel.DescriptionAttribute("Gets/sets the resolution used for convertion between device dependant and device independant measurement units (in dots per inch)")> <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <System.ComponentModel.DefaultValueAttribute(96)> Public Property Resolution As System.Single
'Usage
Dim instance As NDrawingDocument Dim value As System.Single instance.Resolution = value value = instance.Resolution
[System.ComponentModel.Category("Measurement Unit")] [System.ComponentModel.Description("Gets/sets the resolution used for convertion between device dependant and device independant measurement units (in dots per inch)")] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [System.ComponentModel.DefaultValue(96)] public System.float Resolution {get; set;}