'Declaration <CategoryAttribute("Appearance")> <DefaultValueAttribute(Solid)> <DescriptionAttribute("The border effect.")> Public Property BorderEffect As PdfAnnotationBorderEffectType
[Category("Appearance")] [DefaultValue(Solid)] [Description("The border effect.")] public PdfAnnotationBorderEffectType BorderEffect { get; set; }
[Category("Appearance")] [DefaultValue(Solid)] [Description("The border effect.")] public: __property PdfAnnotationBorderEffectType get_BorderEffect(); public: __property void set_BorderEffect(
PdfAnnotationBorderEffectType value
);
[Category("Appearance")] [DefaultValue(Solid)] [Description("The border effect.")] public:
property PdfAnnotationBorderEffectType BorderEffect { PdfAnnotationBorderEffectType get(); void set(PdfAnnotationBorderEffectType value); }