AdvancedLauncher.Tools.Extensions.HwndHostExtensions.GetCopyBitsBehavior C# (CSharp) Method

GetCopyBitsBehavior() public static method

Attached property getter for the CopyBitsBehavior property.
public static GetCopyBitsBehavior ( this @this ) : CopyBitsBehavior
@this this
return CopyBitsBehavior
        public static CopyBitsBehavior GetCopyBitsBehavior(this HwndHost @this)
        {
            return (CopyBitsBehavior)@this.GetValue(CopyBitsBehaviorProperty);
        }