Search Results for

    Show / Hide Table of Contents

    Class InkToolbar.InkToolbarPencilFlyout

    Defines a color flyout for the pencil in the InkToolbar.

    Inheritance
    System.Object
    ElementWrapper<WindowsElement>
    WindowsElementWrapper
    InkToolbar.InkToolbarColorFlyoutBase
    InkToolbar.InkToolbarPencilFlyout
    Implements
    IElementWrapper<WindowsElement>
    Inherited Members
    InkToolbar.InkToolbarColorFlyoutBase.ColorGridView
    InkToolbar.InkToolbarColorFlyoutBase.SizeSlider
    InkToolbar.InkToolbarColorFlyoutBase.SelectedColor
    InkToolbar.InkToolbarColorFlyoutBase.SelectedSize
    InkToolbar.InkToolbarColorFlyoutBase.SetColor(String)
    InkToolbar.InkToolbarColorFlyoutBase.SetColorByPartialName(String)
    WindowsElementWrapper.Driver
    WindowsElementWrapper.VerifyDriverElementShown(By, Nullable<TimeSpan>)
    WindowsElementWrapper.VerifyDriverElementsShown(By, Nullable<TimeSpan>)
    ElementWrapper<WindowsElement>.Element
    ElementWrapper<WindowsElement>.ElementDriver
    ElementWrapper<WindowsElement>.IsVisible
    ElementWrapper<WindowsElement>.IsEnabled
    ElementWrapper<WindowsElement>.Click()
    ElementWrapper<WindowsElement>.GetAttribute(String)
    ElementWrapper<WindowsElement>.FindElement(By)
    ElementWrapper<WindowsElement>.VerifyElementNotShown(By)
    ElementWrapper<WindowsElement>.VerifyElementShown(By)
    ElementWrapper<WindowsElement>.VerifyElementShown(By, Nullable<TimeSpan>)
    ElementWrapper<WindowsElement>.VerifyElementsShown(By)
    ElementWrapper<WindowsElement>.VerifyElementsShown(By, Nullable<TimeSpan>)
    Namespace: Legerity.Windows.Elements.Core
    Assembly: Legerity.Windows.dll
    Syntax
    public class InkToolbarPencilFlyout : InkToolbar.InkToolbarColorFlyoutBase, IElementWrapper<WindowsElement>

    Constructors

    | Improve this Doc View Source

    InkToolbarPencilFlyout(WindowsElement)

    Initializes a new instance of the InkToolbar.InkToolbarPencilFlyout class.

    Declaration
    public InkToolbarPencilFlyout(WindowsElement element)
    Parameters
    Type Name Description
    WindowsElement element

    The reference.

    Operators

    | Improve this Doc View Source

    Implicit(AppiumWebElement to InkToolbar.InkToolbarPencilFlyout)

    Allows conversion of a to the InkToolbar.InkToolbarPencilFlyout without direct casting.

    Declaration
    public static implicit operator InkToolbar.InkToolbarPencilFlyout(AppiumWebElement element)
    Parameters
    Type Name Description
    AppiumWebElement element

    The .

    Returns
    Type Description
    InkToolbar.InkToolbarPencilFlyout

    The InkToolbar.InkToolbarPencilFlyout.

    | Improve this Doc View Source

    Implicit(RemoteWebElement to InkToolbar.InkToolbarPencilFlyout)

    Allows conversion of a to the InkToolbar.InkToolbarPencilFlyout without direct casting.

    Declaration
    public static implicit operator InkToolbar.InkToolbarPencilFlyout(RemoteWebElement element)
    Parameters
    Type Name Description
    RemoteWebElement element

    The .

    Returns
    Type Description
    InkToolbar.InkToolbarPencilFlyout

    The InkToolbar.InkToolbarPencilFlyout.

    | Improve this Doc View Source

    Implicit(WindowsElement to InkToolbar.InkToolbarPencilFlyout)

    Allows conversion of a to the InkToolbar.InkToolbarPencilFlyout without direct casting.

    Declaration
    public static implicit operator InkToolbar.InkToolbarPencilFlyout(WindowsElement element)
    Parameters
    Type Name Description
    WindowsElement element

    The .

    Returns
    Type Description
    InkToolbar.InkToolbarPencilFlyout

    The InkToolbar.InkToolbarPencilFlyout.

    Implements

    IElementWrapper<TElement>

    Extension Methods

    WindowsElementWrapperExtensions.TryWaitUntil<TElementWrapper, TResult>(TElementWrapper, Func<TElementWrapper, TResult>, Nullable<TimeSpan>, Int32, Action<Exception>)
    WindowsElementWrapperExtensions.WaitUntil<TElementWrapper, TResult>(TElementWrapper, Func<TElementWrapper, TResult>, Nullable<TimeSpan>, Int32)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright (c) MADE Apps