Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.02.15
TileHeight Property
See Also 
Leadtools.Windows.Media.Effects.SpecialEffects Namespace > MosaicTilesCommandBitmapEffect Class : TileHeight Property





Gets or sets the height of the tile.

Syntax

Visual Basic (Declaration) 
Public Property TileHeight As Integer
Visual Basic (Usage)Copy Code
Dim instance As MosaicTilesCommandBitmapEffect
Dim value As Integer
 
instance.TileHeight = value
 
value = instance.TileHeight
C# 
public int TileHeight {get; set;}
Managed Extensions for C++ 
public: __property int get_TileHeight();
public: __property void set_TileHeight( 
   int value
);
C++/CLI 
public:
property int TileHeight {
   int get();
   void set (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.

Example

For XAML example, refer to MosaicTilesCommandBitmapEffect.

For C#/VB examples, refer to MosaicTilesCommandBitmapEffect.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003

See Also