Class RadTileListAutomationPeer
An AutomationPeer type for the RadTileList type.
Inheritance
System.Object
RadTileListAutomationPeer
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.dll
Syntax
public class RadTileListAutomationPeer : FrameworkElementAutomationPeer, IScrollProvider
Constructors
RadTileListAutomationPeer(RadTileList)
Initializes a new instance of the Rad
Declaration
public RadTileListAutomationPeer(RadTileList owner)
Parameters
Rad The owner. |
Properties
HorizontallyScrollable
Declaration
public bool HorizontallyScrollable { get; }
Property Value
System.
|
HorizontalScrollPercent
Declaration
public double HorizontalScrollPercent { get; }
Property Value
System.
|
HorizontalViewSize
Declaration
public double HorizontalViewSize { get; }
Property Value
System.
|
VerticallyScrollable
Declaration
public bool VerticallyScrollable { get; }
Property Value
System.
|
VerticalScrollPercent
Declaration
public double VerticalScrollPercent { get; }
Property Value
System.
|
VerticalViewSize
Declaration
public double VerticalViewSize { get; }
Property Value
System.
|
Methods
GetAutomationControlTypeCore()
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System.
|
GetChildrenCore()
Declaration
protected override List<AutomationPeer> GetChildrenCore()
Returns
System.
|
GetClassNameCore()
Declaration
protected override string GetClassNameCore()
Returns
System.
|
GetHelpTextCore()
Declaration
protected override string GetHelpTextCore()
Returns
System.
|
GetItemStatusCore()
Declaration
protected override string GetItemStatusCore()
Returns
System.
|
GetNameCore()
Declaration
protected override string GetNameCore()
Returns
System.
|
GetPattern(PatternInterface)
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
System.
|
Returns
System.
|
Scroll(ScrollAmount, ScrollAmount)
Declaration
public void Scroll(ScrollAmount horizontalAmount, ScrollAmount verticalAmount)
Parameters
System.
|
System.
|
SetScrollPercent(Double, Double)
Declaration
public void SetScrollPercent(double horizontalPercent, double verticalPercent)
Parameters
System.
|
System.
|