Click here to Skip to main content
15,888,210 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
How to set the width and height property in 1D and 2D barcode using WPF.
Posted
Updated 8-Jan-16 20:23pm
v4
Comments
Sergey Alexandrovich Kryukov 9-Jan-16 3:08am    
Property of what? The property is set by assignment operator, = :-)
—SA

1 solution

The question makes no sense. And it has nothing to do with WPF. A property is a property. If your question is about some particular property, you could at least provide some link or code sample. But this is not what you really want. You just need to know how to do programming, in particular, with properties.

The property is set by using assignment operator, =.
Please see: Properties (C# Programming Guide)[^].

By the way, for understanding WPF in depth, you will need to learn dependency properties and attached properties, but these topic are hardly related to your question. If you are interested, you will find the links by yourself.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900