←Select platform

ForegroundColor Property

Summary

The color of the hatch lines drawn by this AnnHatchBrush.

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

Property Value

The color of the hatch lines drawn by this AnnHatchBrush. The default value is black.

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