←Select platform

Color Property

Summary

Gets or sets the color of this AnnSolidColorBrush.

Syntax
C#
VB
Objective-C
C++
Java
public string Color { get; set; } 
Public Property Color As String 
@property (nonatomic,copy) NSString* color; 
public String getColor() 
public void setColor(String color) 
public:  
   property String^ Color 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

The brush's color. The default value is "#000000".

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