'Declaration<CategoryAttribute("PDF")> <DescriptionAttribute("The style of the resize handles.")> <DefaultValueAttribute(O2S.Components.PDF4NET.View.ResizeHandleStyle, "Round")> Public Property ResizeHandleStyle As ResizeHandleStyle
'UsageDim instance As PDFDocumentView Dim value As ResizeHandleStyle instance.ResizeHandleStyle = value value = instance.ResizeHandleStyle
[Category("PDF")] [Description("The style of the resize handles.")] [DefaultValue(O2S.Components.PDF4NET.View.ResizeHandleStyle, "Round")] public ResizeHandleStyle ResizeHandleStyle {get; set;}
[Category("PDF")] [Description("The style of the resize handles.")] [DefaultValue(O2S.Components.PDF4NET.View.ResizeHandleStyle, "Round")] public: property ResizeHandleStyle ResizeHandleStyle { ResizeHandleStyle get(); void set ( ResizeHandleStyle value); }