Skip to main content
All docs
V25.1
  • VectorLayerBase.SelectedShapeStrokeStyle Property

    Gets or sets the settings of the selected shape outline.

    Namespace: DevExpress.Xpf.Map

    Assembly: DevExpress.Xpf.Map.v25.1.dll

    NuGet Package: DevExpress.Wpf.Map

    Declaration

    public StrokeStyle SelectedShapeStrokeStyle { get; set; }

    Property Value

    Type Description
    StrokeStyle

    Contains the settings of the selected shape outline.

    See Also