GrapeCity ActiveReports for .NET 16.0J
ReadLocalValue メソッド (Sidebar)

GrapeCity.ActiveReports.Viewer.Wpf 名前空間 > Sidebar クラス : ReadLocalValue メソッド
The System.Windows.DependencyProperty identifier of the property to retrieve the value for.
Returns the local value of a dependency property, if it exists.
シンタックス
'宣言
 
Public Function ReadLocalValue( _
   ByVal dp As DependencyProperty _
) As Object
public object ReadLocalValue( 
   DependencyProperty dp
)

パラメータ

dp
The System.Windows.DependencyProperty identifier of the property to retrieve the value for.

戻り値の型

Returns the local value, or returns the sentinel value System.Windows.DependencyProperty.UnsetValue if no local value is set.
参照

Sidebar クラス
Sidebar メンバ