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);
        }