ClusteredDirectionalImage.RTLHeight Property
The height of the image in right-to-left rendering.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property RTLHeight As Unit
Get
Set
'Usage
Dim instance As ClusteredDirectionalImage
Dim value As Unit
value = instance.RTLHeight
instance.RTLHeight = value
public Unit RTLHeight { get; set; }
Property Value
Type: System.Web.UI.WebControls.Unit
A Unit that contains the height of the image.
See Also
Reference
ClusteredDirectionalImage Class