VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction Namespace / WpfInteractionAreaAppearanceManager Class / ResizePointsBorderColor Property
Синтаксис Требования Смотрите также
В этом разделе
    ResizePointsBorderColor Свойство (WpfInteractionAreaAppearanceManager)
    В этом разделе
    Возвращает или устанавливает цвет границы точек изменения размера.
    Синтаксис
    'Declaration
    
    <CategoryAttribute("Resize Point")>
    <DescriptionAttribute("The border color of resize points.")>
    <DefaultValueAttribute(null)>
    Public Property ResizePointsBorderColor As System.Windows.Media.Color
    
    
    [Category("Resize Point")]
    [Description("The border color of resize points.")]
    [DefaultValue(null)]
    public System.Windows.Media.Color ResizePointsBorderColor { get; set; }
    
    
    [Category("Resize Point")]
    [Description("The border color of resize points.")]
    [DefaultValue(null)]
    public: __property System.Windows.Media.Color* get_ResizePointsBorderColor();
    public: __property void set_ResizePointsBorderColor(
    System.Windows.Media.Color* value
    );
    [Category("Resize Point")]
    [Description("The border color of resize points.")]
    [DefaultValue(null)]
    public:
    property System.Windows.Media.Color^ ResizePointsBorderColor { System.Windows.Media.Color^ get(); void set(System.Windows.Media.Color^ value); }

    Property Value

    Значение по умолчанию - черный.
    Требования

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

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