Explain the path instructions in xaml?



Explain the path instructions in xaml?..

Answer / Reetesh Chendra Pandey

Path instructions in XAML are used to define geometric shapes or symbols. They can include properties like Fill, Stroke, Data, and GeometryTransform for customization. The Data property is where you define the shape of the Path using a series of MoveTo, LineTo, BezierCurveTo, Arc, etc. commands.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is & in a url?

1 Answers  


What are the two types of web pages?

1 Answers  


What is the difference between system.stringbuilder and system.string

1 Answers  


How to add DateTime Control in normal DataGrid Server Control?

1 Answers  


if we establish the cinnection with connection string tag in web.config file,can i go for encrypt and decrypt with that?

1 Answers  


What is meant by role based security? when we use this one

2 Answers  


What type of code (server or client) is found in a Code- Behind class?

2 Answers  


If we write return statement in finally block will it works fine or throws any error?

1 Answers   Patni,


Is asp.net mvc front end or backend? : Asp.Net MVC

1 Answers  


How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.

1 Answers   Microsoft,


What do you mean by serialize and marshalbyref?

1 Answers  


What is caching? What are the different types of caching?

6 Answers  


Categories