←Select platform

BackgroundColor Property

Summary

The color of the spaces between the hatch lines drawn by this AnnHatchBrush.

Syntax
C#
VB
Objective-C
C++
Java
public string BackgroundColor { get; set; } 
Public Property BackgroundColor() As String 
   Get 
   Set 
public:  
   property String^ BackgroundColor 
   { 
      String^ get() 
      void set(String^ value) 
   } 
public String getBackgroundColor(); 
public void setBackgroundColor(String value); 
@property (nonatomic, copy) NSString* backgroundColor 

Property Value

The color of the spaces between the hatch lines drawn by this AnnHatchBrush. The default value is white.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly