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