'Declaration<CategoryAttribute("PDF Annotations")> <DescriptionAttribute("The style of the resize handles")> <DefaultValueAttribute(True)> Public Property ResizeHandleStyle As ResizeHandleStyle
'UsageDim instance As PdfDocumentView Dim value As ResizeHandleStyle instance.ResizeHandleStyle = value value = instance.ResizeHandleStyle
[Category("PDF Annotations")] [Description("The style of the resize handles")] [DefaultValue(true)] public ResizeHandleStyle ResizeHandleStyle {get; set;}
[Category("PDF Annotations")] [Description("The style of the resize handles")] [DefaultValue(true)] public: property ResizeHandleStyle ResizeHandleStyle { ResizeHandleStyle get(); void set ( ResizeHandleStyle value); }