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

    Property Value

    Значение по умолчанию - 128, 144, 238, 144.
    Требования

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

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