'Declaration <DescriptionAttribute("The shadow brush of annotation.")> Public Property ShadowBrush As Vintasoft.Imaging.Annotation.AnnotationBrushBase
[Description("The shadow brush of annotation.")] public Vintasoft.Imaging.Annotation.AnnotationBrushBase ShadowBrush { get; set; }
[Description("The shadow brush of annotation.")] public: __property Vintasoft.Imaging.Annotation.AnnotationBrushBase* get_ShadowBrush(); public: __property void set_ShadowBrush(
Vintasoft.Imaging.Annotation.AnnotationBrushBase* value
);
[Description("The shadow brush of annotation.")] public:
property Vintasoft.Imaging.Annotation.AnnotationBrushBase^ ShadowBrush { Vintasoft.Imaging.Annotation.AnnotationBrushBase^ get(); void set(Vintasoft.Imaging.Annotation.AnnotationBrushBase^ value); }