VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Annotation.UI Namespace / StampAnnotationView Class / CornerRadius Property
Синтаксис Требования Смотрите также
В этом разделе
    CornerRadius Свойство (StampAnnotationView)
    В этом разделе
    Возвращает или задает угловой радиус прямоугольника.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The corner radius of the rectangle.")>
    Public Property CornerRadius As Single
    
    
    [Description("The corner radius of the rectangle.")]
    public float CornerRadius { get; set; }
    
    
    [Description("The corner radius of the rectangle.")]
    public: __property float get_CornerRadius();
    public: __property void set_CornerRadius(
    float value
    );
    [Description("The corner radius of the rectangle.")]
    public:
    property float CornerRadius { float get(); void set(float value); }
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также