Silverlight SDK for Microsoft Bing
LinkLabel Class
OverviewSystem.Windows.ControlsLinkLabel
Implements a LinkLabel which supports text bounding, such that mouse hits do not occur in negative space in the link, and such that text wrapping is provided as well.
Declaration Syntax
C#Visual BasicVisual C++
public class LinkLabel : ControlBase
Public Class LinkLabel _
	Inherits ControlBase
public ref class LinkLabel : public ControlBase
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
LinkLabel()()()
Instantiates a LinkLabel instance.

ActualHeight (Inherited from FrameworkElement.)
ActualWidth (Inherited from FrameworkElement.)
ApplyTemplate()()() (Inherited from Control.)
Arrange(Rect) (Inherited from UIElement.)
Background (Inherited from Control.)
BindingValidationError()()() (Inherited from FrameworkElement.)
BorderBrush (Inherited from Control.)
BorderThickness (Inherited from Control.)
Bounds
Gets a Rect which defines the bounds of the ControlBase instance, relative to its parent container
(Inherited from ControlBase.)
BringToFront()()()
Brings the ControlBase instance to the front of the parent z-ordering stack.
(Inherited from ControlBase.)
CaptureMouse()()() (Inherited from UIElement.)
CheckAccess()()() (Inherited from DependencyObject.)
ClearValue(DependencyProperty) (Inherited from DependencyObject.)
Click
An event that fires when the LinkLabel has been clicked with the left mouse button

ClientRect
Gets a Rect which defines the bounds of the ControlBase instance, relative to itself
(Inherited from ControlBase.)
Clip (Inherited from UIElement.)
Cursor (Inherited from FrameworkElement.)
DataContext (Inherited from FrameworkElement.)
DesiredSize (Inherited from UIElement.)
Dispatcher()()() (Inherited from DependencyObject.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
FindName(String) (Inherited from FrameworkElement.)
Focus()()() (Inherited from Control.)
FontFamily (Inherited from Control.)
FontSize (Inherited from Control.)
FontStretch (Inherited from Control.)
FontStyle (Inherited from Control.)
FontWeight (Inherited from Control.)
Foreground (Inherited from Control.)
GetAnimationBaseValue(DependencyProperty) (Inherited from DependencyObject.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
GetValue(DependencyProperty) (Inherited from DependencyObject.)
GotFocus (Inherited from UIElement.)
Height (Inherited from FrameworkElement.)
HorizontalAlignment (Inherited from FrameworkElement.)
HorizontalContentAlignment (Inherited from Control.)
InvalidateArrange()()() (Inherited from UIElement.)
InvalidateMeasure()()() (Inherited from UIElement.)
IsEnabled()()() (Inherited from Control.)
IsEnabledChanged()()() (Inherited from Control.)
IsFocused
Gets a boolean value indicating whether this ControlBase has focus
(Inherited from ControlBase.)
IsHitTestVisible (Inherited from UIElement.)
IsTabStop (Inherited from Control.)
KeyDown (Inherited from UIElement.)
KeyUp (Inherited from UIElement.)
Language (Inherited from FrameworkElement.)
LayoutUpdated()()() (Inherited from FrameworkElement.)
Loaded (Inherited from FrameworkElement.)
LostFocus (Inherited from UIElement.)
LostMouseCapture (Inherited from UIElement.)
Margin (Inherited from FrameworkElement.)
MaxHeight (Inherited from FrameworkElement.)
MaxWidth (Inherited from FrameworkElement.)
Measure(Size) (Inherited from UIElement.)
MinHeight (Inherited from FrameworkElement.)
MinWidth (Inherited from FrameworkElement.)
MouseEnter (Inherited from UIElement.)
MouseLeave (Inherited from UIElement.)
MouseLeftButtonDown (Inherited from UIElement.)
MouseLeftButtonUp (Inherited from UIElement.)
MouseMove (Inherited from UIElement.)
Name (Inherited from FrameworkElement.)
NavigateUri
Gets/Sets the Internet Uri for the LinkLabel.

NavigateUriProperty
Identifies the NavigateUri dependency property.

OnApplyTemplate()()()
(Override) Processes the control template for this LinkLabel instance.
(Overrides FrameworkElement.OnApplyTemplate()()().)
Opacity (Inherited from UIElement.)
OpacityMask (Inherited from UIElement.)
OpenUrl(Uri, String)
A static helper method for opening a Uri with a given Browser Window target.

Padding (Inherited from Control.)
Parent (Inherited from FrameworkElement.)
ReadLocalValue(DependencyProperty) (Inherited from DependencyObject.)
ReleaseMouseCapture()()() (Inherited from UIElement.)
RenderSize (Inherited from UIElement.)
RenderTransform (Inherited from UIElement.)
RenderTransformOrigin (Inherited from UIElement.)
Resources (Inherited from FrameworkElement.)
RestoreZIndex()()()
Restores the ControlBase instance to its original z-index
(Inherited from ControlBase.)
SendToBack()()()
Sends the ControlBase instance to the back of the parent z-ordering stack.
(Inherited from ControlBase.)
SetBinding(DependencyProperty, Binding) (Inherited from FrameworkElement.)
SetValue(DependencyProperty, Object) (Inherited from DependencyObject.)
SizeChanged (Inherited from FrameworkElement.)
Style (Inherited from FrameworkElement.)
TabIndex (Inherited from Control.)
TabNavigation()()() (Inherited from Control.)
Tag (Inherited from FrameworkElement.)
TargetName
Gets/Sets the Internet Uri for the LinkLabel.

TargetNameProperty
Identifies the TargetName dependency property.

Template (Inherited from Control.)
Text
Gets / Sets the Text for the LinkLabel.

TextAlignment
Gets/Sets the alignment of the text in the LinkLabel.

TextAlignmentProperty
Identifies the TextAlignment dependency property.

TextProperty
Identifies the Text dependency property.

TextWrapping
Gets/Sets the alignment of the text in the LinkLabel.

TextWrappingProperty
Identifies the TextWrapping dependency property.

ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
TransformToVisual(UIElement) (Inherited from UIElement.)
Triggers (Inherited from FrameworkElement.)
UpdateLayout()()() (Inherited from UIElement.)
UseLayoutRounding()()() (Inherited from UIElement.)
VerticalAlignment (Inherited from FrameworkElement.)
VerticalContentAlignment (Inherited from Control.)
Visibility (Inherited from UIElement.)
Width (Inherited from FrameworkElement.)
X
Gets/Sets the horizontal coordinate of the ControlBase instance.
(Inherited from ControlBase.)
Y
Gets/Sets the vertical coordinate of the ControlBase instance.
(Inherited from ControlBase.)
ZIndex
Gets/Sets the logical z-index of the ControlBase instance relative to parent the z-ordering stack.
(Inherited from ControlBase.)
Inheritance Hierarchy

Assembly: System.Windows.Controls.Views.Toolkit (Module: System.Windows.Controls.Views.Toolkit) Version: 1.0.0.0 (1.0.0.0)