How to Coustom control in Wpf(ProgressBar)
#Custom_Control
#wpf
@BrokDotNet
<Part Name = "PART_Indicator"
Description = "The object that indicates progress."/>
<Part Name = "PART_Track"
Description = "The object that defines the path of the progress indicator."/>
<Part Name = "PART_GlowRect"
Description = "An object that embellishes the progress bar.."/>
#Custom_Control
#wpf
@BrokDotNet
❤1👍1
How to create custom control in wpf(Textbox)
#Custom_Control
#wpf
@BrokDotNet
<Part Name = "PART_ContentHost"
Description = "A visual element that can contain a FrameworkElement. The text of the TextBox is displayed in this element.."/>
#Custom_Control
#wpf
@BrokDotNet
👍5