VintaSoft Imaging .NET SDK 15.1: Документация для .NET разработчика
Vintasoft.Imaging.UI.VisualTools.UserInteraction Namespace / InteractionAreaAppearanceManager Class / RotationAssistantBackgroundColor Property
Синтаксис Требования Смотрите также
В этом разделе
RotationAssistantBackgroundColor Свойство (InteractionAreaAppearanceManager)
В этом разделе
Возвращает или устанавливает цвет фона помощника вращения.
Синтаксис
'Declaration

<DescriptionAttribute("The background color of rotation assistant.")>
<CategoryAttribute("Rotation Assistant")>
<DefaultValueAttribute(System.Drawing.Color, "100, 80, 200, 80")>
Public Property RotationAssistantBackgroundColor As System.Drawing.Color

[Description("The background color of rotation assistant.")]
[Category("Rotation Assistant")]
[DefaultValue(System.Drawing.Color, "100, 80, 200, 80")]
public System.Drawing.Color RotationAssistantBackgroundColor { get; set; }

Property Value

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

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

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