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

Asynchronous Socket Programming in C#

Url Routing MVC TUTORIAL

WCF Chat Sample