PDA

View Full Version : سوال: نوع زبان برنامه نویسی



ARData
شنبه 29 مرداد 1390, 15:08 عصر
دوستان عزیز این چه نوع زبان برنامه نویسیه که توی اکسس هم ازش استفاده شده :
ListBoxMarkup.AddItem "<Border BorderThickness='2' BorderBrush='Orange' Margin='0, 2, 0, 2' Padding='3'><StackPanel Orientation='Horizontal'>" & _
"<Image Source='10'/>" & _
"<Grid><Grid.ColumnDefinitions><ColumnDefinition Width='Auto'/><ColumnDefinition Width='*'/></Grid.ColumnDefinitions>" & _
"<Grid.RowDefinitions><RowDefinition/><RowDefinition/></Grid.RowDefinitions>" & _
"<TextBlock TextAlignment='Right' FontWeight='Bold' Foreground='Navy' Text='Description:'/>" & _
"<TextBlock TextAlignment='Right' Grid.Row='1' FontWeight='Bold' Foreground='Navy' Text='Current Price:'/>" & _
"<TextBlock Margin='6, 0, 0, 0' Grid.Column='1' Text='Inside C#, first edition'/>" & _
"<TextBlock Margin='6, 0, 0, 0' Grid.Column='1' Grid.Row='1' Text='$15'/>" & _
"</Grid></StackPanel></Border>"