AdvancedLauncher.Tools.Extensions.HwndHostExtensions.GetCopyBitsBehavior C# (CSharp) Метод

GetCopyBitsBehavior() публичный статический Метод

Attached property getter for the CopyBitsBehavior property.
public static GetCopyBitsBehavior ( this @this ) : CopyBitsBehavior
@this this
Результат CopyBitsBehavior
        public static CopyBitsBehavior GetCopyBitsBehavior(this HwndHost @this)
        {
            return (CopyBitsBehavior)@this.GetValue(CopyBitsBehaviorProperty);
        }