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