/// <summary> /// Sets the property that can be control by cap of pen /// </summary> /// <param name="enable">true if you want enable setting; otherwise, false</param> public void SetPenCapPowerOnOffEnable(bool enable) { Request(null, () => mClientV2.ReqSetupPenCapPower(enable)); }