RibbonTextBox.LargeImageSource Property
.NET Framework 4.5
Gets or sets the image that is displayed on the control when the image size is set to Large.
Assembly: System.Windows.Controls.Ribbon (in System.Windows.Controls.Ribbon.dll)
Property Value
Type: System.Windows.Media.ImageSourceThe image to display on the control. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.
Set the ImageSize property on the ControlSizeDefinition to control the visibility of the LargeImageSource.
The following example shows how to set the LargeImageSource property for a RibbonTextBox.
<ribbon:RibbonTextBox Label="1" Text="Green" Command="{Binding ColorCommand}" SmallImageSource="Images/RightArrowShort_Green16.png" LargeImageSource="Images/RightArrowShort_Green32.png" KeyTip="C" />
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.