Note: This API is now obsolete. Please use the ScaleLine control in the ESRI.ArcGIS.Client.Toolkit namespace.
Identifies the TextColor dependency property.
Visual Basic (Declaration) | |
---|---|
Public Shared ReadOnly TextColorProperty As DependencyProperty |
C# | |
---|---|
public static readonly DependencyProperty TextColorProperty |
C# | Copy Code |
---|---|
//Assuming that a ScaleBar (named ScaleBar1) and a TextBox (named TextBox1) are //previously defined, the ScaleBar1.TextColor can be bound to the TextBox1.Background. System.Windows.Data.Binding myBinding = new System.Windows.Data.Binding("Background"); myBinding.ElementName = "TextBox1"; ScaleBar1.SetBinding(ESRI.ArcGIS.Client.ScaleBar.TextColorProperty, myBinding); |
VB.NET | Copy Code |
---|---|
'Assuming that a ScaleBar (named ScaleBar1) and a TextBox (named TextBox1) are 'previously defined, the ScaleBar1.TextColor can be bound to the TextBox1.Background. Dim myBinding As System.Windows.Data.Binding = New System.Windows.Data.Binding("Background") myBinding.ElementName = "TextBox1" ScaleBar1.SetBinding(ESRI.ArcGIS.Client.ScaleBar.TextColorProperty, 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