color Property

Summary

Gets or sets the color of this AnnSolidColorBrush.

Syntax

JavaScript Syntax
Object.defineProperty(AnnSolidColorBrush.prototype, 'color', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
color: string; 

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