C# Class Fluent.FrameworkHelper

Represents class to determine .NET Framework version difference
Afficher le fichier Open project: Gainedge/BetterExplorer

Méthodes publiques

Свойство Type Description
PresentationFrameworkVersion System.Version
UseLayoutRoundingProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
GetUseLayoutRounding ( DependencyObject obj ) : bool

Gets UseLayoutRounding attached property value

HasFlag ( this thisInstance, Enum flag ) : bool
SetUseLayoutRounding ( DependencyObject obj, bool value ) : void

Gets UseLayoutRounding attached property value

Private Methods

Méthode Description
OnUseLayoutRoundingChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

GetUseLayoutRounding() public static méthode

Gets UseLayoutRounding attached property value
public static GetUseLayoutRounding ( DependencyObject obj ) : bool
obj System.Windows.DependencyObject
Résultat bool

HasFlag() public static méthode

public static HasFlag ( this thisInstance, Enum flag ) : bool
thisInstance this
flag System.Enum
Résultat bool

SetUseLayoutRounding() public static méthode

Gets UseLayoutRounding attached property value
public static SetUseLayoutRounding ( DependencyObject obj, bool value ) : void
obj System.Windows.DependencyObject
value bool
Résultat void

Property Details

PresentationFrameworkVersion public_oe static_oe property

Version of WPF
public static Version,System PresentationFrameworkVersion
Résultat System.Version

UseLayoutRoundingProperty public_oe static_oe property

Using a DependencyProperty as the backing store for UseLayoutRounding. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows UseLayoutRoundingProperty
Résultat System.Windows.DependencyProperty