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