Class PlaceholderTransform
Inheritance
PlaceholderTransform
Assembly: DotNetNuke.dll
public class PlaceholderTransform : ImageTransform
Constructors
Declaration
public PlaceholderTransform()
Properties
Declaration
public Color BackColor { get; set; }
Property Value
Declaration
public Color Color { get; set; }
Property Value
Declaration
public int Height { get; set; }
Property Value
Text
Declaration
public string Text { get; set; }
Property Value
Declaration
public override string UniqueString { get; }
Property Value
Overrides
Declaration
public int Width { get; set; }
Property Value
Methods
Declaration
public override Image ProcessImage(Image image)
Parameters
Type |
Name |
Description |
Image |
image |
|
Returns
Overrides
Extension Methods