'Declaration <DescriptionAttribute("The length, in units specified in the UnitOfMeasure, of annotation. If the UnitOfMeasure is Pixels, always returns 0.")> Public ReadOnly Property Length As Single
[Description("The length, in units specified in the UnitOfMeasure, of annotation. If the UnitOfMeasure is Pixels, always returns 0.")] public float Length { get; }
[Description("The length, in units specified in the UnitOfMeasure, of annotation. If the UnitOfMeasure is Pixels, always returns 0.")] public: __property float get_Length();
[Description("The length, in units specified in the UnitOfMeasure, of annotation. If the UnitOfMeasure is Pixels, always returns 0.")] public:
property float Length { float get(); }
Property Value
Длина в единицах, указанных в UnitOfMeasure, или 0, если значение свойства UnitOfMeasure установлено в UnitOfMeasure.Pixels.