VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Annotation Namespace / AnnotationHatchBrush Class / BackgroundColor Property
Синтаксис Требования Смотрите также
В этом разделе
    BackgroundColor Свойство (AnnotationHatchBrush)
    В этом разделе
    Возвращает цвет промежутков между линиями штриховки, нарисованными этим объектом AnnotationHatchBrush.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("Color of spaces between the hatch lines drawn by the brush.")>
    Public ReadOnly Property BackgroundColor As System.Drawing.Color
    
    
    [Description("Color of spaces between the hatch lines drawn by the brush.")]
    public System.Drawing.Color BackgroundColor { get; }
    
    
    [Description("Color of spaces between the hatch lines drawn by the brush.")]
    public: __property System.Drawing.Color* get_BackgroundColor();
    
    
    
    [Description("Color of spaces between the hatch lines drawn by the brush.")]
    public:
    property System.Drawing.Color^ BackgroundColor { System.Drawing.Color^ get(); }
    Требования

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

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