skip navigation
  • Product Bundles

    DevCraft

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

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    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 ShapeBase

Represents shape base element.

Inheritance
System.Object
ShapeBase
Image
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Model.Drawing.Shapes
Assembly: Telerik.Windows.Documents.Core.dll

Syntax

public abstract class ShapeBase

Constructors

ShapeBase(ShapeBase)

Initializes a new instance of the ShapeBase class by copying an Image instance.

Declaration
protected ShapeBase(ShapeBase other)
Parameters
ShapeBase other

The other image.

Properties

Description

Gets or sets the description (alternative text).

Declaration
public string Description { get; set; }
Property Value
System.String

The description (alternative text).

Fill

Gets or sets the fill of the shape.

Declaration
public Fill Fill { get; set; }
Property Value
Fill

Height

Gets or sets the height.

Declaration
public double Height { get; set; }
Property Value
System.Double

The height.

IsHorizontallyFlipped

Gets or sets the value indicating if the shape is horizontally flipped.

Declaration
public bool IsHorizontallyFlipped { get; set; }
Property Value
System.Boolean

The value indicating if the shape is horizontally flipped.

IsVerticallyFlipped

Gets or sets the value indicating if the shape is vertically flipped.

Declaration
public bool IsVerticallyFlipped { get; set; }
Property Value
System.Boolean

The value indicating if the shape is vertically flipped.

Link

Gets the link string.

Declaration
public string Link { get; }
Property Value
System.String

LockAspectRatio

Gets or sets the value indicating whether the aspect ratio between the width and height should remain constant.

Declaration
public bool LockAspectRatio { get; set; }
Property Value
System.Boolean

The value indicating whether the aspect ratio between the width and height should remain constant.

Name

Gets or sets the name.

Declaration
public string Name { get; set; }
Property Value
System.String

The name.

Outline

Gets the outline of the shape.

Declaration
public Outline Outline { get; }
Property Value
Outline

RotationAngle

Gets or sets the rotation angle.

Declaration
public double RotationAngle { get; set; }
Property Value
System.Double

The rotation angle.

Size

Gets or sets the size.

Declaration
public Size Size { get; set; }
Property Value
System.Windows.Size

The size.

Title

Gets or sets the title (caption) of the current object.

Declaration
public string Title { get; set; }
Property Value
System.String

The title (caption).

Width

Gets or sets the width.

Declaration
public double Width { get; set; }
Property Value
System.Double

The width.

Methods

InitializeSize()

Initializes the size.

Declaration
protected virtual void InitializeSize()

SetHeight(Boolean, Double)

Sets the height of the shape.

Declaration
public void SetHeight(bool respectLockAspectRatio, double height)
Parameters
System.Boolean respectLockAspectRatio

A value indicating whether the aspect ratio lock should be respected.

System.Double height

The new height.

SetWidth(Boolean, Double)

Sets the width of the shape.

Declaration
public void SetWidth(bool respectLockAspectRatio, double width)
Parameters
System.Boolean respectLockAspectRatio

A value indicating whether the aspect ratio lock should be respected.

System.Double width

The new width.

Extension Methods

SvgExtentions.Traverse<T>(T, Func<T, IEnumerable<T>>)
SvgExtentions.TraverseDepthFirst<T>(T, Func<T, IEnumerable<T>>)
Getting Started
  • Install Now
  • Demos
  • Step-by-Step Tutorial
  • Sample Applications
  • SDK Samples
  • Visual Studio Extensions
Support Resources
  • Code Library
  • Knowledge Base
  • Videos
Community
  • Forums
  • Blogs
  • 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.