←Select platform

Fill Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public AnnBrush Fill { get; set; } 
Public Property Fill As Leadtools.Annotations.Core.AnnBrush 
public Leadtools.Annotations.Core.AnnBrush Fill {get; set;} 
@property (nonatomic, strong, nullable) LTAnnBrush *fill 
public AnnBrush getFill() 
public void setFill(AnnBrush fill) 
             
 <br/>get_Fill();<br/>set_Fill(value);<br/>Object.defineProperty('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 object.

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.Rendering.WinForms Assembly