←Select platform

Fill Property

Summary

The AnnBrush associated with this AnnLineEnding

Syntax
C#
VB
C++
public AnnBrush Fill { get; set; } 
Public Property Fill() As AnnBrush 
   Get 
   Set 
public:  
   property AnnBrush^ Fill 
   { 
      AnnBrush^ get() 
      void set(AnnBrush^ value) 
   } 

Property Value

The AnnBrush used to fill this AnnLineEnding. The default value is null.

Remarks

This property should be used to fill the interior of the ending style. The function AnnPolylineObjectRenderer.RenderEndingStyles is responsible for determining whether to use this property.

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