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 RadTileListAutomationPeer class.
Declaration
public RadTileListAutomationPeer(RadTileList owner)
Parameters
RadTileList
owner
The owner. |
Properties
HorizontallyScrollable
Declaration
public bool HorizontallyScrollable { get; }
Property Value
System.Boolean
|
HorizontalScrollPercent
Declaration
public double HorizontalScrollPercent { get; }
Property Value
System.Double
|
HorizontalViewSize
Declaration
public double HorizontalViewSize { get; }
Property Value
System.Double
|
VerticallyScrollable
Declaration
public bool VerticallyScrollable { get; }
Property Value
System.Boolean
|
VerticalScrollPercent
Declaration
public double VerticalScrollPercent { get; }
Property Value
System.Double
|
VerticalViewSize
Declaration
public double VerticalViewSize { get; }
Property Value
System.Double
|
Methods
GetAutomationControlTypeCore()
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System.Windows.Automation.Peers.AutomationControlType
|
GetChildrenCore()
Declaration
protected override List<AutomationPeer> GetChildrenCore()
Returns
System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer>
|
GetClassNameCore()
Declaration
protected override string GetClassNameCore()
Returns
System.String
|
GetHelpTextCore()
Declaration
protected override string GetHelpTextCore()
Returns
System.String
|
GetItemStatusCore()
Declaration
protected override string GetItemStatusCore()
Returns
System.String
|
GetNameCore()
Declaration
protected override string GetNameCore()
Returns
System.String
|
GetPattern(PatternInterface)
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
System.Windows.Automation.Peers.PatternInterface
patternInterface
|
Returns
System.Object
|
Scroll(ScrollAmount, ScrollAmount)
Declaration
public void Scroll(ScrollAmount horizontalAmount, ScrollAmount verticalAmount)
Parameters
System.Windows.Automation.ScrollAmount
horizontalAmount
|
System.Windows.Automation.ScrollAmount
verticalAmount
|
SetScrollPercent(Double, Double)
Declaration
public void SetScrollPercent(double horizontalPercent, double verticalPercent)
Parameters
System.Double
horizontalPercent
|
System.Double
verticalPercent
|