WPF RepeatButton

Creating a RepeatButton

The RepeatButton XAML element represents a WPF RepeatButton control.

<Button/>

The Width and Height attributes represent the width and the height of a RepeatButton. The Content property sets the text of button. The Name attribute represents the name of the control, which is a unique identifier of a control.

The code snippet in Listing 1 creates a Button control and sets its name, height, width, and content.


See full detail: http://www.c-sharpcorner.com/UploadFile/mahesh/RB06242009084723AM/RB.aspx

Comments

Popular posts from this blog

Very fast test data generation using exponential INSERT

Basic concept and fundamentals of ASP.NET MVC (Model View Controller) Architecture

MVC Architecture Model In ASP.NET