Class MapGeometryGroupView
Inheritance
System.Object
MapGeometryGroupView
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class MapGeometryGroupView : MapGeometryView
Constructors
Declaration
public MapGeometryGroupView()
Fields
Declaration
public static readonly DependencyProperty ChildrenProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty FillRuleProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public MapGeometryViewCollection Children { get; }
Property Value
Declaration
public FillRule FillRule { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.FillRule
|
Extension Methods