問題タブ [wpf-style]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
wpf - 位置マーカー/キャレットの色の変更
テキスト ボックス内の位置マーカーの色を変更するために操作する必要があるテキスト ボックス コントロールの要素の名前は何ですか?
通常の前景属性は実際のテキストの色を変更しますが、位置マーカーは同じ色のままです。
wpf - wpf toolkit datetimepicker スピナーの色を変更する方法
xceed WPF Toolkit から DateTimePicker のスピナー矢印の色を変更するにはどうすればよいですか? 矢印の色を設定するプロパティが見つかりません。
そのために ButtonSpinner 全体をオーバーライドする必要がありますか?
はいの場合、どうすればそれを行うことができますか?私はまだ WPF の初心者であり、単にButtonSpinner リファレンス ページからソースコードをコピーしようとすると、Visual Studio はテーマの「リソース キーが名前空間に存在しない」という用語を訴えます。
c# - wpfでポップアップを閉じるための丸い十字ボタンを作成するには?
私はwpfスライダーに取り組んでいます。スライダーコントロールに十字の丸いボタンが必要です。画像を添付しました。添付するためにどのスタイルを書くべきか教えてください。
私は次の方法で試しましたが、うまくいきませんでした
wpf - Custom WPF resizable buttons (and possibly other controls)
I have been reading about changing the appearance of WPF controls. In most cases though the buttons were created from scratch and thus there were no multiple sources let alone one single image used to display a button, that would properly resize.
I want to display a button, which has a custom look to it. It should be able to load the visual data from an image (preferably PNG-image with per-pixel-alpha), slice it into pieces (please look at the scheme below) and thus resize the button correctly, while keeping as many advantages of the original WPF Button (including text / content, icons, events and binding) as possible.
Is something like this possible?
Is there a way to have a WPF template, that would use a certain imagesource (or perhaps even several separate files if need be) to allow a resizable button (or control in general if this is do-able). This button would contain an icon and some text and it would have an "onMouseOver" image-"template" as well as a "onMouseDown" one.
I know in CSS this is do-able having an image be a whole image-map and use coordinates and clipping rectangles to ensure proper appearance. Does anyone have an idea if this is possible and give me some pointers where I could look for how to "design" my own controls, that derive from known ones?
この特定のケースでは、ボタンと、場合によってはプログレス バーが本当に必要です。ボタンとプログレス バーのスタイルを設定する方法を理解できれば、他の種類のコントロールでそれを行う方法についてのアイデアが得られると思います。
私は .NET Framework 4.5 を使用していますが、このアプリケーションを使用するユーザーも同じフレームワークを使用する必要があります。
前もって感謝します!
wpf - Style.Resources に x:Key が必要な理由
WPF で x:Key を使用せずにリソースをStyle.Resources
セクションに追加できないのはなぜですか? 次のことを試すと:
次のコンパイル時エラーが発生します。
同じリソースを UserControl の Resources セクションに追加できます。