Class MapBezierSegmentView
Inheritance
System.Object
MapBezierSegmentView
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class MapBezierSegmentView : MapPathSegmentView
Constructors
Declaration
public MapBezierSegmentView()
Fields
Declaration
public static readonly DependencyProperty Point1Property
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty Point2Property
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty Point3Property
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public Location Point1 { get; set; }
Property Value
Declaration
public Location Point2 { get; set; }
Property Value
Declaration
public Location Point3 { get; set; }
Property Value
Extension Methods