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