←Select platform

Color Property

Summary

Gets or sets the color of this AnnSolidColorBrush.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public string Color { get; set; } 
Public Property Color As String 
public string Color {get; set;} 
@property (nonatomic,copy) NSString* color; 
public String getColor() 
public void setColor(String color) 
             
  
get_Color(); 
set_Color(value); 
Object.defineProperty('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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly