Note: This API is now obsolete. Please use the ScaleLine control in the ESRI.ArcGIS.Client.Toolkit namespace.
Identifies the DisplayUnit dependency property.
Visual Basic (Declaration) | |
---|---|
Public Shared ReadOnly DisplayUnitProperty As DependencyProperty |
C# | |
---|---|
public static readonly DependencyProperty DisplayUnitProperty |
C# | Copy Code |
---|---|
//Assuming that a ScaleBar (named ScaleBar1) and a ScaleBar (named ScaleBar2) are //previously defined, the ScaleBar1.DisplayUnit can be bound to the ScaleBar2.MapUnit. System.Windows.Data.Binding myBinding = new System.Windows.Data.Binding("MapUnit"); myBinding.ElementName = "ScaleBar2"; ScaleBar1.SetBinding(ESRI.ArcGIS.Client.ScaleBar.DisplayUnitProperty, myBinding); |
VB.NET | Copy Code |
---|---|
'Assuming that a ScaleBar (named ScaleBar1) and a ScaleBar (named ScaleBar2) are 'previously defined, the ScaleBar1.DisplayUnit can be bound to the ScaleBar2.MapUnit. Dim myBinding As System.Windows.Data.Binding = New System.Windows.Data.Binding("MapUnit") myBinding.ElementName = "ScaleBar2" ScaleBar1.SetBinding(ESRI.ArcGIS.Client.ScaleBar.DisplayUnitProperty, myBinding) |
Property Fields are used for binding to other objects in the code-behind class file.
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family