Back to Devexpress

MapLineCap.IsFilled Property

windowsforms-devexpress-dot-xtramap-dot-maplinecap.md

latest1.5 KB
Original Source

MapLineCap.IsFilled Property

Specifies whether the cap shape is filled.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[DefaultValue(true)]
public bool IsFilled { get; set; }
vb
<DefaultValue(True)>
Public Property IsFilled As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if the cap shape is filled; otherwise, false.

|

Remarks

The following images show the default cap arrow and a custom template shape with different IsFilled values:

IsFilled = trueIsFilled = false

See Also

MapLineStartCapIsFilledMapping

MapLineEndCapIsFilledMapping

MapLineCap Class

MapLineCap Members

DevExpress.XtraMap Namespace