skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class GeometryButtons

This class provides attached properties for controlling the look and feel of the Geometry Buttons.

Inheritance
System.Object
GeometryButtons
Namespace: Telerik.Windows.Controls.Diagrams.Extensions
Assembly: Telerik.Windows.Controls.Diagrams.Extensions.dll

Syntax

public static class GeometryButtons : Object

Fields

EllipseHeightProperty

Identifies the EllipseHeight dependency property.

Declaration
public static readonly DependencyProperty EllipseHeightProperty
Field Value
System.Windows.DependencyProperty

EllipseVisibilityProperty

Identifies the EllipseVisibility dependency property.

Declaration
public static readonly DependencyProperty EllipseVisibilityProperty
Field Value
System.Windows.DependencyProperty

EllipseWidthProperty

Identifies the EllipseWidth dependency property.

Declaration
public static readonly DependencyProperty EllipseWidthProperty
Field Value
System.Windows.DependencyProperty

GeometryFillProperty

Identifies the GeometryFill dependency property.

Declaration
public static readonly DependencyProperty GeometryFillProperty
Field Value
System.Windows.DependencyProperty

GeometryStretchProperty

Identifies the GeometryStretch dependency property.

Declaration
public static readonly DependencyProperty GeometryStretchProperty
Field Value
System.Windows.DependencyProperty

GeometryStrokeProperty

Identifies the GeometryStroke dependency property.

Declaration
public static readonly DependencyProperty GeometryStrokeProperty
Field Value
System.Windows.DependencyProperty

GeometryStrokeThicknessProperty

Identifies the GeometryStrokeThickness dependency property.

Declaration
public static readonly DependencyProperty GeometryStrokeThicknessProperty
Field Value
System.Windows.DependencyProperty

GeometryVisibilityProperty

Identifies the GeometryVisibility dependency property.

Declaration
public static readonly DependencyProperty GeometryVisibilityProperty
Field Value
System.Windows.DependencyProperty

Methods

GetEllipseHeight(DependencyObject)

Gets the height of the ellipse attached property.

Declaration
public static double GetEllipseHeight(DependencyObject obj)
Parameters
System.Windows.DependencyObject obj

The object.

Returns
System.Double

GetEllipseVisibility(DependencyObject)

Gets the ellipse visibility attached property.

Declaration
public static Visibility GetEllipseVisibility(DependencyObject obj)
Parameters
System.Windows.DependencyObject obj

The object.

Returns
System.Windows.Visibility

GetEllipseWidth(DependencyObject)

Gets the width of the ellipse attached property.

Declaration
public static double GetEllipseWidth(DependencyObject obj)
Parameters
System.Windows.DependencyObject obj

The object.

Returns
System.Double

GetGeometryFill(DependencyObject)

Gets the geometry fill attached property.

Declaration
public static Brush GetGeometryFill(DependencyObject obj)
Parameters
System.Windows.DependencyObject obj

The object.

Returns
System.Windows.Media.Brush

GetGeometryStretch(DependencyObject)

Gets the geometry stretch attached property.

Declaration
public static Stretch GetGeometryStretch(DependencyObject obj)
Parameters
System.Windows.DependencyObject obj

The object.

Returns
System.Windows.Media.Stretch

GetGeometryStroke(DependencyObject)

Gets the geometry stroke attached property.

Declaration
public static Brush GetGeometryStroke(DependencyObject obj)
Parameters
System.Windows.DependencyObject obj

The object.

Returns
System.Windows.Media.Brush

GetGeometryStrokeThickness(DependencyObject)

Gets the geometry stroke thickness attached property.

Declaration
public static double GetGeometryStrokeThickness(DependencyObject obj)
Parameters
System.Windows.DependencyObject obj

The object.

Returns
System.Double

GetGeometryVisibility(DependencyObject)

Gets the geometry visibility attached property.

Declaration
public static Visibility GetGeometryVisibility(DependencyObject obj)
Parameters
System.Windows.DependencyObject obj

The object.

Returns
System.Windows.Visibility

SetEllipseHeight(DependencyObject, Double)

Sets the height of the ellipse attached property.

Declaration
public static void SetEllipseHeight(DependencyObject obj, double value)
Parameters
System.Windows.DependencyObject obj

The object.

System.Double value

The value.

SetEllipseVisibility(DependencyObject, Visibility)

Sets the ellipse visibility attached property.

Declaration
public static void SetEllipseVisibility(DependencyObject obj, Visibility value)
Parameters
System.Windows.DependencyObject obj

The object.

System.Windows.Visibility value

The value.

SetEllipseWidth(DependencyObject, Double)

Sets the width of the ellipse attached property.

Declaration
public static void SetEllipseWidth(DependencyObject obj, double value)
Parameters
System.Windows.DependencyObject obj

The object.

System.Double value

The value.

SetGeometryFill(DependencyObject, Brush)

Sets the geometry fill attached property.

Declaration
public static void SetGeometryFill(DependencyObject obj, Brush value)
Parameters
System.Windows.DependencyObject obj

The object.

System.Windows.Media.Brush value

The value.

SetGeometryStretch(DependencyObject, Stretch)

Sets the geometry stretch attached property.

Declaration
public static void SetGeometryStretch(DependencyObject obj, Stretch value)
Parameters
System.Windows.DependencyObject obj

The object.

System.Windows.Media.Stretch value

The value.

SetGeometryStroke(DependencyObject, Brush)

Sets the geometry stoke attached property.

Declaration
public static void SetGeometryStroke(DependencyObject obj, Brush value)
Parameters
System.Windows.DependencyObject obj

The object.

System.Windows.Media.Brush value

The value.

SetGeometryStrokeThickness(DependencyObject, Double)

Sets the geometry stroke thickness attached property.

Declaration
public static void SetGeometryStrokeThickness(DependencyObject obj, double value)
Parameters
System.Windows.DependencyObject obj

The object.

System.Double value

The value.

SetGeometryVisibility(DependencyObject, Visibility)

Sets the geometry visibility attached property.

Declaration
public static void SetGeometryVisibility(DependencyObject obj, Visibility value)
Parameters
System.Windows.DependencyObject obj

The object.

System.Windows.Visibility value

The value.

Getting Started
  • Install Now
  • Demos
  • SDK Samples Browser
  • Sample Applications
Support Resources
  • Code Library
  • Knowledge Base
  • MVVM Support
  • Videos
  • GitHub SDK Repository
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.