←Select platform

Fill Property

Summary
Gets or sets the style to use for filling the thumb.
Syntax
C#
Objective-C
C++/CLI
Java
public AnnBrush Fill { get; set; } 
@property (nonatomic, strong, nullable) LTAnnBrush *fill 
public AnnBrush getFill(); 
public void setFill( 
   AnnBrush annBrush 
); 
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 object.

Requirements

Target Platforms

Help Version 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Rendering.WinForms Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.