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