←Select platform

Fill Property

Summary

Gets or sets the style to use for filling the thumb.

Syntax
C#
VB
Objective-C
C++
Java
public AnnBrush Fill { get; set; } 
Property Fill As AnnBrush 
@property (nonatomic) LTAnnBrush* fill; 
AnnBrush getFill(); 
void setFill(AnnBrush fill); 
public:  
   property AnnBrush^ Fill 
   { 
      AnnBrush^ get() 
      void set(AnnBrush^ value) 
   } 

Property Value

The style to use for filling the thumb. The default value is a white AnnSolidColorBrush.

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