'Declaration <DescriptionAttribute("The type of border style.")> <CategoryAttribute("Appearance")> <DefaultValueAttribute(Default)> Public Property BorderStyleType As PdfAnnotationBorderStyleType
[Description("The type of border style.")] [Category("Appearance")] [DefaultValue(Default)] public PdfAnnotationBorderStyleType BorderStyleType { get; set; }
[Description("The type of border style.")] [Category("Appearance")] [DefaultValue(Default)] public: __property PdfAnnotationBorderStyleType get_BorderStyleType(); public: __property void set_BorderStyleType(
PdfAnnotationBorderStyleType value
);
[Description("The type of border style.")] [Category("Appearance")] [DefaultValue(Default)] public:
property PdfAnnotationBorderStyleType BorderStyleType { PdfAnnotationBorderStyleType get(); void set(PdfAnnotationBorderStyleType value); }