Basic Library for UWP/WinRT XAML
ArcRelativeRadiusProperty フィールド

この添付プロパティは、指定された要素の ArcSegmentDefinition 添付プロパティを 計算するために使用される相対半径を指定します。 デフォルト値は 1.0 です。
構文
'宣言
 
Public Shared ReadOnly ArcRelativeRadiusProperty As Windows.UI.Xaml.DependencyProperty
public static readonly Windows.UI.Xaml.DependencyProperty ArcRelativeRadiusProperty
解説
実際の円弧半径は、C1RadialPanel 半径に ArcRelativeRadius プロパティの値を掛けて計算されます。 このプロパティが親 ItemsControl に設定されている場合、C1RadialPanel は、個々の項目の ArcSegmentDefinition の計算でこのプロパティを使用します。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

C1RadialPanel クラス
C1RadialPanel メンバ

Send Feedback