skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class MapShapeFill

Represents set of the fill properties are used by MapShape objects.

Inheritance
System.Object
MapShapeFill
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll

Syntax

public class MapShapeFill : DependencyObject

Constructors

MapShapeFill()

Declaration
public MapShapeFill()

Fields

FillProperty

Identifies the Fill dependency property.

Declaration
public static readonly DependencyProperty FillProperty
Field Value
System.Windows.DependencyProperty

StrokeDashArrayProperty

Identifies the StrokeDashArray dependency property.

Declaration
public static readonly DependencyProperty StrokeDashArrayProperty
Field Value
System.Windows.DependencyProperty

StrokeDashCapProperty

Identifies the StrokeDashCap dependency property.

Declaration
public static readonly DependencyProperty StrokeDashCapProperty
Field Value
System.Windows.DependencyProperty

StrokeDashOffsetProperty

Identifies the StrokeDashOffset dependency property.

Declaration
public static readonly DependencyProperty StrokeDashOffsetProperty
Field Value
System.Windows.DependencyProperty

StrokeEndLineCapProperty

Identifies the StrokeEndLineCap dependency property.

Declaration
public static readonly DependencyProperty StrokeEndLineCapProperty
Field Value
System.Windows.DependencyProperty

StrokeLineJoinProperty

Identifies the StrokeLineJoin dependency property.

Declaration
public static readonly DependencyProperty StrokeLineJoinProperty
Field Value
System.Windows.DependencyProperty

StrokeMiterLimitProperty

Identifies the StrokeMiterLimit dependency property.

Declaration
public static readonly DependencyProperty StrokeMiterLimitProperty
Field Value
System.Windows.DependencyProperty

StrokeProperty

Identifies the Stroke dependency property.

Declaration
public static readonly DependencyProperty StrokeProperty
Field Value
System.Windows.DependencyProperty

StrokeStartLineCapProperty

Identifies the StrokeStartLineCap dependency property.

Declaration
public static readonly DependencyProperty StrokeStartLineCapProperty
Field Value
System.Windows.DependencyProperty

StrokeThicknessProperty

Identifies the StrokeThickness dependency property.

Declaration
public static readonly DependencyProperty StrokeThicknessProperty
Field Value
System.Windows.DependencyProperty

Properties

Fill

Gets or sets the Brush that specifies how the shape's interior is painted.

Declaration
public Brush Fill { get; set; }
Property Value
System.Windows.Media.Brush

Stroke

Gets or sets the Brush that specifies how the Shape outline is painted.

Declaration
public Brush Stroke { get; set; }
Property Value
System.Windows.Media.Brush

StrokeDashArray

Gets or sets a collection of Double values that indicate the pattern of dashes and gaps that is used to outline shapes.

Declaration
public DoubleCollection StrokeDashArray { get; set; }
Property Value
System.Windows.Media.DoubleCollection

StrokeDashCap

Gets or sets a PenLineCap enumeration value that specifies how the ends of a dash are drawn.

Declaration
public PenLineCap StrokeDashCap { get; set; }
Property Value
System.Windows.Media.PenLineCap

StrokeDashOffset

Gets or sets a Double that specifies the distance within the dash pattern where a dash begins.

Declaration
public double StrokeDashOffset { get; set; }
Property Value
System.Double

StrokeEndLineCap

Gets or sets a PenLineCap enumeration value that describes the Shape at the end of a line.

Declaration
public PenLineCap StrokeEndLineCap { get; set; }
Property Value
System.Windows.Media.PenLineCap

StrokeLineJoin

Gets or sets a PenLineJoin enumeration value that specifies the type of join that is used at the vertices of a Shape.

Declaration
public PenLineJoin StrokeLineJoin { get; set; }
Property Value
System.Windows.Media.PenLineJoin

StrokeMiterLimit

Gets or sets a limit on the ratio of the miter length to half the StrokeThickness of a Shape element.

Declaration
public double StrokeMiterLimit { get; set; }
Property Value
System.Double

StrokeStartLineCap

Gets or sets a PenLineCap enumeration value that describes the Shape at the start of a Stroke.

Declaration
public PenLineCap StrokeStartLineCap { get; set; }
Property Value
System.Windows.Media.PenLineCap

StrokeThickness

Gets or sets the width of the Shape outline.

Declaration
public double StrokeThickness { get; set; }
Property Value
System.Double

Methods

Clone()

Clone shape fill object.

Declaration
public MapShapeFill Clone()
Returns
MapShapeFill

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
EnumerableExtensions.ToEnumerable<T>(T)
Getting Started
  • Install Now
  • Demos
  • SDK Samples Browser
  • Sample Applications
Support Resources
  • Code Library
  • Knowledge Base
  • MVVM Support
  • Videos
  • GitHub SDK Repository
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.