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