IGeoPathMapElement 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
public interface class IGeoPathMapElement : Microsoft::Maui::IElement, Microsoft::Maui::IStroke, Microsoft::Maui::Maps::IMapElement, System::Collections::Generic::ICollection<Microsoft::Maui::Devices::Sensors::Location ^>, System::Collections::Generic::IEnumerable<Microsoft::Maui::Devices::Sensors::Location ^>, System::Collections::Generic::IList<Microsoft::Maui::Devices::Sensors::Location ^>
public interface IGeoPathMapElement : Microsoft.Maui.IElement, Microsoft.Maui.IStroke, Microsoft.Maui.Maps.IMapElement, System.Collections.Generic.ICollection<Microsoft.Maui.Devices.Sensors.Location>, System.Collections.Generic.IEnumerable<Microsoft.Maui.Devices.Sensors.Location>, System.Collections.Generic.IList<Microsoft.Maui.Devices.Sensors.Location>
type IGeoPathMapElement = interface
interface IMapElement
interface IElement
interface IStroke
interface IList<Location>
interface ICollection<Location>
interface seq<Location>
interface IEnumerable
Public Interface IGeoPathMapElement
Implements ICollection(Of Location), IElement, IEnumerable(Of Location), IList(Of Location), IMapElement, IStroke
- 파생
- 구현
속성
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) |
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET MAUI