Version

FromValue Method

Returns a boxed representation of the specified System.Boolean value
Overload List
OverloadDescription
FromValue(Boolean)Returns a boxed representation of the specified System.Boolean value  
FromValue(Nullable<Boolean>)Returns a boxed representation of the specified bool? value  
FromValue(ScrollBarVisibility)Returns a boxed representation of the specified System.Windows.Controls.ScrollBarVisibility value  
FromValue(Visibility)Returns a boxed representation of the specified System.Windows.Visibility value  
FromValue(Orientation)Returns a boxed representation of the specified System.Windows.Controls.Orientation value  
FromValue(HorizontalAlignment)Returns a boxed representation of the specified System.Windows.HorizontalAlignment value  
FromValue(VerticalAlignment)Returns a boxed representation of the specified System.Windows.VerticalAlignment value  
FromValue(Dock)Returns a boxed representation of the specified System.Windows.Controls.Dock value  
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also