'Declaration <DescriptionAttribute("The shadow offset of annotation.")> <TypeConverterAttribute(System.Windows.PointConverter)> Public Property ShadowOffset As System.Windows.Point
[Description("The shadow offset of annotation.")] [TypeConverter(System.Windows.PointConverter)] public System.Windows.Point ShadowOffset { get; set; }
[Description("The shadow offset of annotation.")] [TypeConverter(System.Windows.PointConverter)] public: __property System.Windows.Point get_ShadowOffset(); public: __property void set_ShadowOffset(
System.Windows.Point value
);
[Description("The shadow offset of annotation.")] [TypeConverter(System.Windows.PointConverter)] public:
property System.Windows.Point ShadowOffset { System.Windows.Point get(); void set(System.Windows.Point value); }