Skip to main content
All docs
V26.1
  • MapLineCap Members

    Contains map line cap settings.

    Constructors

    Name Description
    MapLineCap() Initializes a new instance of the MapLineCap class.

    Fields

    Name Description
    GeometryProperty static Identifies the Geometry dependency property.
    LengthProperty static Identifies the Length dependency property.
    VisibleProperty static Identifies the Visible dependency property.
    WidthProperty static Identifies the Width dependency property.

    Properties

    Name Description
    Geometry Specifies a custom cap shape.
    Length Specifies the map line cap length.
    Visible Specifies whether a map line cap is visible.
    Width Specifies the map line cap width.

    Events

    Name Description
    PropertyChanged Occurs every time any of the MapDependencyObject class properties has changed its value. Inherited from MapDependencyObject.
    See Also