using System;
using
System.Collections.Generic;
using
System.ComponentModel;
using
System.Data;
using
System.Drawing;
using
System.Text;
using
System.Windows.Forms;
namespace sınıflar
{
public partial class Form1 : Form
{
public
Form1()
{
InitializeComponent();
}
private
void button1_Click_1(object
sender, EventArgs e)
{
textBox1.TextAlign = HorizontalAlignment.Right;
}
private
void button2_Click(object
sender, EventArgs e)
{
textBox1.TextAlign = HorizontalAlignment.Center;
}
private
void button3_Click(object
sender, EventArgs e)
{
textBox1.TextAlign = HorizontalAlignment.Left;
}
}
}
Hiç yorum yok:
Yorum Gönder