다음을 통해 공유


IFilledMapElement 인터페이스

정의

채우기 색이 있는 지도 컨트롤의 시각적 요소를 나타냅니다.

public interface class IFilledMapElement : Microsoft::Maui::IElement, Microsoft::Maui::IStroke, Microsoft::Maui::Maps::IMapElement
public interface IFilledMapElement : Microsoft.Maui.IElement, Microsoft.Maui.IStroke, Microsoft.Maui.Maps.IMapElement
type IFilledMapElement = interface
    interface IMapElement
    interface IElement
    interface IStroke
Public Interface IFilledMapElement
Implements IElement, IMapElement, IStroke
파생
구현

속성

Fill

채우기 색을 가져옵니다.

Handler

요소의 뷰 처리기를 가져오거나 설정합니다.

(다음에서 상속됨 IElement)
MapElementId

이 map 요소의 플랫폼 대응을 가져오거나 설정합니다.

(다음에서 상속됨 IMapElement)
Parent

요소의 부모를 가져옵니다.

(다음에서 상속됨 IElement)
Stroke

도형의 윤곽선을 그리는 데 사용되는 색을 나타냅니다.

(다음에서 상속됨 IStroke)
StrokeDashOffset

대시가 시작되는 대시 패턴 내의 거리를 지정하는 값을 가져옵니다.

(다음에서 상속됨 IStroke)
StrokeDashPattern

대시가 시작되는 대시 패턴 내의 거리를 지정합니다.

(다음에서 상속됨 IStroke)
StrokeLineCap

선 또는 세그먼트의 시작과 끝에 있는 셰이프를 설명합니다.

(다음에서 상속됨 IStroke)
StrokeLineJoin

셰이프의 꼭짓점에서 사용되는 조인 유형을 지정합니다.

(다음에서 상속됨 IStroke)
StrokeMiterLimit

셰이프의 StrokeThickness의 절반에 대한 마이터 길이의 비율에 대한 제한을 지정합니다.

(다음에서 상속됨 IStroke)
StrokeThickness

도형의 윤곽을 그리는 데 사용되는 대시와 간격의 패턴을 나타내는 이중 값의 컬렉션을 나타냅니다.

(다음에서 상속됨 IStroke)

확장 메서드

ToHandler(IElement, IMauiContext)

채우기 색이 있는 지도 컨트롤의 시각적 요소를 나타냅니다.

ToPlatform(IElement, IMauiContext)

채우기 색이 있는 지도 컨트롤의 시각적 요소를 나타냅니다.

적용 대상