Class IconFitOptions
Represents options specifying how to fit the button icon inside the annotation rectangle.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.Annotations
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class IconFitOptions
Properties
BlankSpaceFromTheBottomSide
Gets or sets the percent of the blank space from the bottom side compared to the whole vertical blank space occured after a proportional scaling operation. The value must be in range between 0 and 1. The default value is 0.5 meaning that the bottom and top blank spaces are equal and the icon should be centered vertically after the scaling.
Declaration
public double BlankSpaceFromTheBottomSide { get; set; }
Property Value
System.Double
|
BlankSpaceFromTheLeftSide
Gets or sets the percent of the blank space from the left side compared to the whole horizontal blank space occured after a proportional scaling operation. The value must be in range between 0 and 1. The default value is 0.5 meaning that the left and right blank spaces are equal and the icon should be centered horizontally after the scaling.
Declaration
public double BlankSpaceFromTheLeftSide { get; set; }
Property Value
System.Double
|
IgnoreBorderWidth
Gets or sets boolean value indicating whether to ignore annotation border thickness when making the icon fit calculations.
Declaration
public bool IgnoreBorderWidth { get; set; }
Property Value
System.Boolean
|
ScaleCondition
Gets or sets the conditions specifying when the icon should be scaled.
Declaration
public IconScaleCondition ScaleCondition { get; set; }
Property Value
IconScaleCondition
|
ScalingType
Gets or sets the type of the scaling.
Declaration
public IconScalingType ScalingType { get; set; }
Property Value
IconScalingType
|