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