¡@

Home 

c# Programming Glossary: borderbrush

ICommand binding causing UI memory leak in WPF application

http://stackoverflow.com/questions/12919288/icommand-binding-causing-ui-memory-leak-in-wpf-application

AcknowledgeAlarm Border DataContext Binding CarDataModel BorderBrush StaticResource GrayFadeBrush Background White BorderThickness..

WPF MultiBinding Fails. Why?

http://stackoverflow.com/questions/1447055/wpf-multibinding-fails-why

I have this Markup GroupBox BorderThickness 2 GroupBox.BorderBrush SolidColorBrush x Name Border SolidColorBrush.Color MultiBinding.. Converter StaticResource ConnectionAndLoggedInToBorderBrush Binding Path IsConnected Binding Path IsLoggedIn MultiBinding.. SolidColorBrush.Color SolidColorBrush GroupBox.BorderBrush In the code behind I have this line in the window_loaded method..

Complex UI inside ListBoxItem

http://stackoverflow.com/questions/15532639/complex-ui-inside-listboxitem

DataTemplate Border BorderThickness 1 BorderBrush Gray CornerRadius 8 Padding 4 0 4 0 Grid Grid.ColumnDefinitions..

How do I get rid of the red rectangle when my wpf binding validation has failed and the containing panel is no longer visible?

http://stackoverflow.com/questions/321327/how-do-i-get-rid-of-the-red-rectangle-when-my-wpf-binding-validation-has-failed

DockPanel LastChildFill True Border BorderThickness 1 BorderBrush Red Visibility Binding ElementName placeholder Mode OneWay..

Loading XAML XML through runtime?

http://stackoverflow.com/questions/4077318/loading-xaml-xml-through-runtime

Border Background Black CornerRadius 10 BorderThickness 4 BorderBrush RoyalBlue Grid Grid.RowDefinitions RowDefinition Height Auto.. Border Background Black CornerRadius 10 BorderThickness 4 BorderBrush RoyalBlue Grid Grid.RowDefinitions RowDefinition Height Auto..

How to make a Template Window in WPF?

http://stackoverflow.com/questions/420538/how-to-make-a-template-window-in-wpf

x Type Window Border Background TemplateBinding Background BorderBrush TemplateBinding BorderBrush BorderThickness TemplateBinding.. TemplateBinding Background BorderBrush TemplateBinding BorderBrush BorderThickness TemplateBinding BorderThickness Grid Grid.RowDefinitions..

Overriding button background in WPF on Aero

http://stackoverflow.com/questions/4424699/overriding-button-background-in-wpf-on-aero

true x Name Chrome Background TemplateBinding Background BorderBrush TemplateBinding BorderBrush RenderDefaulted TemplateBinding.. TemplateBinding Background BorderBrush TemplateBinding BorderBrush RenderDefaulted TemplateBinding IsDefaulted RenderMouseOver.. true x Name Chrome Background TemplateBinding Background BorderBrush TemplateBinding BorderBrush RenderDefaulted TemplateBinding..

Change the Selected Color Listbox

http://stackoverflow.com/questions/5519845/change-the-selected-color-listbox

TargetType x Type ListBoxItem Border x Name Bd BorderBrush TemplateBinding BorderBrush BorderThickness TemplateBinding.. ListBoxItem Border x Name Bd BorderBrush TemplateBinding BorderBrush BorderThickness TemplateBinding BorderThickness Background..

How to rotate a WPF Window?

http://stackoverflow.com/questions/5710320/how-to-rotate-a-wpf-window

Transparent Title MainWindow Height 600 Width 600 Border BorderBrush Green BorderThickness 2 Background White Width 360 Height 360..

WPF MVVM Modal Overlay Dialog only over a View (not Window)

http://stackoverflow.com/questions/6351612/wpf-mvvm-modal-overlay-dialog-only-over-a-view-not-window

Background #90000000 Visibility Binding Visibility Border BorderBrush Black BorderThickness 1 Background AliceBlue CornerRadius 10..

WPF Styles/Template inheritance

http://stackoverflow.com/questions/7070421/wpf-styles-template-inheritance

BorderThickness 0 0 0 1 CornerRadius 1 Border.BorderBrush SolidColorBrush Color #00000000 Border.BorderBrush Border.. SolidColorBrush Color #00000000 Border.BorderBrush Border Name border BorderThickness TemplateBinding BorderThickness.. 0 Background TemplateBinding Background Border.BorderBrush SolidColorBrush Color #D8D8D8 Border.BorderBrush ContentPresenter..

Validation Error Style in WPF, similar to Silverlight

http://stackoverflow.com/questions/7434245/validation-error-style-in-wpf-similar-to-silverlight

StackPanel Orientation Horizontal Border BorderThickness 1 BorderBrush #FFdc000c CornerRadius 0.7 VerticalAlignment Top Grid Polygon..

WPF C# InputBox

http://stackoverflow.com/questions/8103743/wpf-c-sharp-inputbox

Black Opacity 0.5 Border MinWidth 250 Background Orange BorderBrush Black BorderThickness 1 CornerRadius 0 55 0 55 HorizontalAlignment..