ICircleMapElement Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a visual element on the map control shaped like a circle.
public interface class ICircleMapElement : Microsoft::Maui::IElement, Microsoft::Maui::IStroke, Microsoft::Maui::Maps::IFilledMapElement
public interface ICircleMapElement : Microsoft.Maui.IElement, Microsoft.Maui.IStroke, Microsoft.Maui.Maps.IFilledMapElement
type ICircleMapElement = interface
interface IMapElement
interface IElement
interface IStroke
interface IFilledMapElement
Public Interface ICircleMapElement
Implements IElement, IFilledMapElement, IStroke
- Derived
- Implements
Properties
Center |
Gets the center location. |
Fill |
Gets the fill color. (Inherited from IFilledMapElement) |
Handler |
Gets or sets the View Handler of the Element. (Inherited from IElement) |
MapElementId |
Gets or sets the platform counterpart of this map element. (Inherited from IMapElement) |
Parent |
Gets the Parent of the Element. (Inherited from IElement) |
Radius |
Gets the radius. |
Stroke |
Indicates the color used to paint the shape's outline. (Inherited from IStroke) |
StrokeDashOffset |
Gets a value that specifies the distance within the dash pattern where a dash begins. (Inherited from IStroke) |
StrokeDashPattern |
Specifies the distance within the dash pattern where a dash begins. (Inherited from IStroke) |
StrokeLineCap |
Describes the shape at the start and end of a line or segment. (Inherited from IStroke) |
StrokeLineJoin |
Specifies the type of join that is used at the vertices of a shape. (Inherited from IStroke) |
StrokeMiterLimit |
Specifies the limit on the ratio of the miter length to half the StrokeThickness of a shape. (Inherited from IStroke) |
StrokeThickness |
Represents a collection of double values that indicate the pattern of dashes and gaps that are used to outline a shape. (Inherited from IStroke) |
Extension Methods
ToCircumferencePositions(ICircleMapElement) | |
ToHandler(IElement, IMauiContext) | |
ToPlatform(IElement, IMauiContext) |