VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.UI.VisualTools.UserInteraction Namespace / InteractionAreaAppearanceManager Class / RotationAssistantBackgroundColor Property
Синтаксис Требования Смотрите также
В этом разделе
    RotationAssistantBackgroundColor Свойство (InteractionAreaAppearanceManager)
    В этом разделе
    Возвращает или устанавливает цвет фона помощника вращения.
    Синтаксис
    'Declaration
    
    <CategoryAttribute("Rotation Assistant")>
    <DescriptionAttribute("The background color of rotation assistant.")>
    <DefaultValueAttribute(System.Drawing.Color, "100, 80, 200, 80")>
    Public Property RotationAssistantBackgroundColor As System.Drawing.Color
    
    
    [Category("Rotation Assistant")]
    [Description("The background color of rotation assistant.")]
    [DefaultValue(System.Drawing.Color, "100, 80, 200, 80")]
    public System.Drawing.Color RotationAssistantBackgroundColor { get; set; }
    
    
    [Category("Rotation Assistant")]
    [Description("The background color of rotation assistant.")]
    [DefaultValue(System.Drawing.Color, "100, 80, 200, 80")]
    public: __property System.Drawing.Color* get_RotationAssistantBackgroundColor();
    public: __property void set_RotationAssistantBackgroundColor(
    System.Drawing.Color* value
    );
    [Category("Rotation Assistant")]
    [Description("The background color of rotation assistant.")]
    [DefaultValue(System.Drawing.Color, "100, 80, 200, 80")]
    public:
    property System.Drawing.Color^ RotationAssistantBackgroundColor { System.Drawing.Color^ get(); void set(System.Drawing.Color^ value); }

    Property Value

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

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

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