| Visual Basic (Declaration) | |
|---|---|
Public Property TileHeight As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public int TileHeight {get; set;} | |
| Managed Extensions for C++ | |
|---|---|
public: __property int get_TileHeight(); public: __property void set_TileHeight( int value ); | |
| XAML Attributes Usage | |
|---|---|
<object TileHeight =int > | |
| Dependency Property Information | |
|---|---|
Identifier field | TileHeightProperty |
Metadata properties set to true | None |
Return Value
The height of the tile.For XAML example, refer to MosaicTilesCommandBitmapEffect.
For C#/VB examples, refer to MosaicTilesCommandBitmapEffect.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003
Copy Code