Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / Extensions Class
Methods


In This Topic
    Extensions Class Members
    In This Topic

    The following tables list the members exposed by Extensions.

    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Returns a transform object that can be used to transform coordinates from the Windows.UI.Xaml.UIElement to the specified object.  
    Public Methodstatic (Shared in Visual Basic)Determines if the one rectangular region is entirely contained within another structure.  
    Public Methodstatic (Shared in Visual Basic)Determines whether the specified list contains any of the following values.  
    Public Methodstatic (Shared in Visual Basic)Returns true if a file exists at a given path relative to the given folder.  
    Public Methodstatic (Shared in Visual Basic)Returns true if a folder contains another folder with the given name  
    Public Methodstatic (Shared in Visual Basic)Creates a temporary file.  
    Public Methodstatic (Shared in Visual Basic)Creates a unique file name given the parameters. Note the theoretical race condition since the file name is only guaranteed to be unique at the point it is generated.  
    Public Methodstatic (Shared in Visual Basic)Deflates a Windows.Foundation.Rect structure by specified amount.  
    Public Methodstatic (Shared in Visual Basic)Deletes all files from the given folder.  
    Public Methodstatic (Shared in Visual Basic)Returns the distance between the two points  
    Public Methodstatic (Shared in Visual Basic)Ensures that a folder with given name exists in given folder  
    Public Methodstatic (Shared in Visual Basic)Finds the first parent of a given type for a particular FrameworkElement  
    Public Methodstatic (Shared in Visual Basic)Returns all the parents in the visual tree  
    Public Methodstatic (Shared in Visual Basic)Returns the StorageFile object for a file at a given path relative to the given folder.  
    Public Methodstatic (Shared in Visual Basic)Gets the VisualStateGroup with the given name, looking up the visual tree  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Enlarges a Windows.Foundation.Rect structure by the specified amount.  
    Public Methodstatic (Shared in Visual Basic)Determines if this rectangle intersects with rect.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Makes the popup relative to another Windows.UI.Xaml.FrameworkElement.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Multiplies the left matrix by the right matrix, returns the resulting matrix in the output parameter.  
    Public Methodstatic (Shared in Visual Basic)Sets the binding if the dependency property has not been set previously and the style of the element don't set the property.  
    Public Methodstatic (Shared in Visual Basic)Transforms a point by this matrix.  
    Top
    See Also