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

    Property Value

    Значение по умолчанию: 128, 200, 0, 0.
    Требования

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

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