ClassGridSplitterTranslator
Class
Definition
Namespace:ArtOfTest.WebAii.Design.IntrinsicTranslators.Silverlight
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class GridSplitterTranslator : XamlActionTranslatorBase, IControlLocator, IInterfaceInterrogator, IActionTranslator, IActionProvider
Inheritance: objectBaseInterfaceInterrogatorBaseLocatorXamlActionTranslatorBaseGridSplitterTranslator
Implements:
Inherited Members
Constructors
GridSplitterTranslator()
Declaration
cs-api-definition
public GridSplitterTranslator()
Properties
IdentifyAsContainer
True/False whether to match this control for any of its children. If set to false, only exact matches to FindParam returned by Locators will be passed into this translator
Declaration
cs-api-definition
public override bool IdentifyAsContainer { get; }
Property Value
Overrides
IdentifyIcon
Identify Icon for this locator
Declaration
cs-api-definition
public override Image IdentifyIcon { get; }
Property Value
Overrides
Locators
Get this control locator.
Declaration
cs-api-definition
public override IFindExpression[] Locators { get; }
Property Value
IFindExpression[]
Overrides
Methods
TranslateCommand(FrameworkElement, XamlCapturedCommand, out ActionDescriptor)
Declaration
cs-api-definition
public override bool TranslateCommand(FrameworkElement translatorLocatorElement, XamlCapturedCommand command, out ActionDescriptor recordedDescriptor)
Parameters
translatorLocatorElement
command
recordedDescriptor
Returns
Overrides